#2d9e3c

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

Shades of Forest Green #2D9E3C

Tints of Forest Green #2D9E3C

Color information

#2D9E3C (or 0x2D9E3C) is unknown color: approx Forest Green. HEX triplet: 2D, 9E and 3C. RGB value is (45,158,60). Sum of RGB (Red+Green+Blue) = 45+158+60=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9E3C is #D261C3. Grayscale: #717171. Windows color (decimal): -13787588 or 3972653. OLE color: 3972653.

HSL color Cylindrical-coordinate representation of color #2D9E3C: hue angle of 127.96º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E3C is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB4515860-
CMYK0.7200.620.38
HSL127.96º55.67%39.8%-
HSV(B)127.96º71.52%61.96%-
XYZ14.1225.348.42-
YUV113.0498.0679.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 158 (62.11% from 255) = 60.08%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=17.11%
G=60.08%
B=22.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45158600.7200.620.38127.9655.6739.8
Hex2D9E3C4803E26803828
Octal5523674110076462007050
Binary101101100111101111001001000011111010011010000000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d9e3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,60); }

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

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

 a { background-color: rgb(45,158,60); }

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

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

 span { border-color: rgb(45,158,60); }

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