#2D9319

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

Shades of Forest Green #2D9319

Tints of Forest Green #2D9319

Color information

#2D9319 (or 0x2D9319) is unknown color: approx Forest Green. HEX triplet: 2D, 93 and 19. RGB value is (45,147,25). Sum of RGB (Red+Green+Blue) = 45+147+25=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9319 is #D26CE6. Grayscale: #666666. Windows color (decimal): -13790439 or 1676077. OLE color: 1676077.

HSL color Cylindrical-coordinate representation of color #2D9319: hue angle of 110.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D9319 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB4514725-
CMYK0.6900.830.42
HSL110.16º70.93%33.73%-
HSV(B)110.16º82.99%57.65%-
XYZ11.6921.54.45-
YUV102.5984.2186.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=20.74%
G=67.74%
B=11.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45147250.6900.830.42110.1670.9333.73
Hex2D9319450532A6e4722
Octal552233110501235215610742
Binary101101100100111100110001010101001110101011011101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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