COLOR #488900

HEX: #488900
RGB: (72,137,0)

Renk bilgisi

#488900 contains mainly green color. #488900 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#488900 color RGB value is (72,137,0).

  • kırmız ton 72;
  • yeşil ton 137;
  • mavi ton 0.
RGB:
(72,137,0)
(28%,54%,0%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 137 of 255 = 54%
B 0 of 255 = 0%

72
137
0

R + G + B ~ 27%. #488900 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 137 + 0 = 209 (100%)
R 72 of 209 ~ 34.45%
G 137 of 209 ~ 65.55%
B 0 of 209 ~ 0%

%34.45
%65.55

CMYK RENK MODELİ

#488900 rengi CMYK tonu (47,0,100,46).

  • camgöbeği tonu 47.45%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 46.27%
CMYK:
(47,0,100,46)
C47M0Y100K46 
(47%,0%,100%,46%)
(0.47/0.00/1.00/0.46)	

CMYK yüzdeleri

%47.45
%0
%100
%46.27

Codes

Color #488900 in popluar color models

488900
RGB721370
HSL88°100.00%26.86%
HSB/HSV88°100.00%53.73%
CMYK47.45%0.00%100.00%
46.27%

Color #488900 in popluar number systems.

HEX488900
Decimal721370
Binary1001000100010010
Octal1102110

Shades and tints

Shades of #488900

#488900
(72,137,0)
#427D00
(66,125,0)
#3C7100
(60,113,0)
#366500
(54,101,0)
#305900
(48,89,0)
#2A4D00
(42,77,0)
#244100
(36,65,0)
#1E3500
(30,53,0)
#182900
(24,41,0)
#121D00
(18,29,0)
#0C1100
(12,17,0)
#000000
(0,0,0)

Tints of #488900

#488900
(72,137,0)
#589317
(88,147,23)
#689D2E
(104,157,46)
#78A745
(120,167,69)
#88B15C
(136,177,92)
#98BB73
(152,187,115)
#A8C58A
(168,197,138)
#B8CFA1
(184,207,161)
#C8D9B8
(200,217,184)
#D8E3CF
(216,227,207)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488900 color. Also use rgb(72,137,0) instead hex code.

Text Font Color

.myTextColor { color: #488900; }

<p style="color:#488900">This sample text font color is #488900.</p>

This text font color is #488900.


Background Color

.myBgColor { background-color: #488900; }

<div style="background-color:#488900">Inner text</div>

This div background color is #488900.


Border color

.myBorderColor { border: 1px solid #488900; }

<div style="border:3px solid #488900">Div</div>

This div border color is #488900.


Opacity

.myOpacity80 { color: #488900; opacity: 0.8; }

<p style="color:#488900;opacity:0.8;">80%</p>

Text with #488900 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488900;}

<p style="text-shadow: 3px 3px 1px #488900">Text here.</p>

This text has shadow with #488900 color.

.textShadow {text-shadow: 3px 3px 1px #488900, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488900, 5px 5px 20px red">Text here.</p>

This text has shadow with #488900 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488900, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488900, Direction=45, Strength=4)">Text</p>

This text has shadow with #488900 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488900;
  -webkit-box-shadow:	1px 1px 3px 2px #488900;
  box-shadow:		1px 1px 3px 2px #488900;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488900;
-webkit-box-shadow: 1px 1px 3px 2px #488900;
box-shadow:1px 1px 3px 2px #488900;">
Div content here</div>
This div box has shadow with color #488900.

Preview

Color preview on black background

This text has color #488900 on black background.


Color preview on white background

This text has color #488900 on white background.



Black color preview on #488900 background

This text has black color on #488900 background.


White color preview on #488900 background

This text has white color on #488900 background.