#2D9B19

Color #2D9B19 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2D9B19

Tints of Forest Green #2D9B19

Color information

#2D9B19 (or 0x2D9B19) is unknown color: approx Forest Green. HEX triplet: 2D, 9B and 19. RGB value is (45,155,25). Sum of RGB (Red+Green+Blue) = 45+155+25=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 155 (60.94% from 255 or 68.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9B19 is #D264E6. Grayscale: #6B6B6B. Windows color (decimal): -13788391 or 1678125. OLE color: 1678125.

HSL color Cylindrical-coordinate representation of color #2D9B19: hue angle of 110.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D9B19 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB4515525-
CMYK0.7100.840.39
HSL110.77º72.22%35.29%-
HSV(B)110.77º83.87%60.78%-
XYZ12.9824.074.88-
YUV107.2981.5683.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 155 (60.94% from 255) = 68.89%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=20%
G=68.89%
B=11.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45155250.7100.840.39110.7772.2235.29
Hex2D9B1947054276f4823
Octal552333110701244715711043
Binary101101100110111100110001110101010010011111011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D9B19; }

 p { color: rgb(45,155,25); }

 H1.HeaderClassName
 {
   color: #2D9B19;
 }
 .AnyTagClassName
 {
   color: #2D9B19;
 }
</style>
background-color css

<style>
 a { background-color: #2D9B19; }

 a { background-color: rgb(45,155,25); }

 div.DivClassName
 {
   background-color: #2D9B19;
 }
 .BgClassName
 {
   background-color: #2D9B19;
 }
</style>
border-color css

<style>
 span { border-color: #2D9B19; }

 span { border-color: rgb(45,155,25); }

 td.TdClassName
 {
   border-color: #2D9B19;
 }
 .TagClassName
 {
   border-color: #2D9B19;
 }
</style>