#2D9032

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

Shades of Forest Green #2D9032

Tints of Forest Green #2D9032

Color information

#2D9032 (or 0x2D9032) is unknown color: approx Forest Green. HEX triplet: 2D, 90 and 32. RGB value is (45,144,50). Sum of RGB (Red+Green+Blue) = 45+144+50=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9032 is #D26FCD. Grayscale: #676767. Windows color (decimal): -13791182 or 3313709. OLE color: 3313709.

HSL color Cylindrical-coordinate representation of color #2D9032: hue angle of 123.03º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9032 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB4514450-
CMYK0.6900.650.44
HSL123.03º52.38%37.06%-
HSV(B)123.03º68.75%56.47%-
XYZ11.6320.736.41-
YUV103.6897.786.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 144 (56.64% from 255) = 60.25%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=18.83%
G=60.25%
B=20.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45144500.6900.650.44123.0352.3837.06
Hex2D9032450412C7b3425
Octal55220621050101541736445
Binary101101100100001100101000101010000011011001111011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,144,50); }

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

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

 a { background-color: rgb(45,144,50); }

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

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

 span { border-color: rgb(45,144,50); }

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