#2D9129

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

Shades of Forest Green #2D9129

Tints of Forest Green #2D9129

Color information

#2D9129 (or 0x2D9129) is unknown color: approx Forest Green. HEX triplet: 2D, 91 and 29. RGB value is (45,145,41). Sum of RGB (Red+Green+Blue) = 45+145+41=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #2D9129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9129 is #D26ED6. Grayscale: #676767. Windows color (decimal): -13790935 or 2724141. OLE color: 2724141.

HSL color Cylindrical-coordinate representation of color #2D9129: hue angle of 117.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9129 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB4514541-
CMYK0.6900.720.43
HSL117.69º55.91%36.47%-
HSV(B)117.69º71.72%56.86%-
XYZ11.6120.975.53-
YUV103.2492.8786.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 145 (57.03% from 255) = 62.77%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=19.48%
G=62.77%
B=17.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45145410.6900.720.43117.6955.9136.47
Hex2D9129450482B763824
Octal55221511050110531667044
Binary101101100100011010011000101010010001010111110110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,145,41); }

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

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

 a { background-color: rgb(45,145,41); }

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

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

 span { border-color: rgb(45,145,41); }

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