#2D9419

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

Shades of Forest Green #2D9419

Tints of Forest Green #2D9419

Color information

#2D9419 (or 0x2D9419) is unknown color: approx Forest Green. HEX triplet: 2D, 94 and 19. RGB value is (45,148,25). Sum of RGB (Red+Green+Blue) = 45+148+25=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9419 is #D26BE6. Grayscale: #676767. Windows color (decimal): -13790183 or 1676333. OLE color: 1676333.

HSL color Cylindrical-coordinate representation of color #2D9419: hue angle of 110.24º 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 #2D9419 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB4514825-
CMYK0.7000.830.42
HSL110.24º71.1%33.92%-
HSV(B)110.24º83.11%58.04%-
XYZ11.8521.814.5-
YUV103.1883.8886.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.64%
GREEN value IS 148 (58.20% from 255) = 67.89%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=20.64%
G=67.89%
B=11.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45148250.7000.830.42110.2471.133.92
Hex2D9419460532A6e4722
Octal552243110601235215610742
Binary101101100101001100110001100101001110101011011101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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