#2DAA20

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

Shades of Forest Green #2DAA20

Tints of Forest Green #2DAA20

Color information

#2DAA20 (or 0x2DAA20) is unknown color: approx Forest Green. HEX triplet: 2D, AA and 20. RGB value is (45,170,32). Sum of RGB (Red+Green+Blue) = 45+170+32=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAA20 is #D255DF. Grayscale: #757575. Windows color (decimal): -13784544 or 2140717. OLE color: 2140717.

HSL color Cylindrical-coordinate representation of color #2DAA20: hue angle of 114.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DAA20 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB4517032-
CMYK0.7400.810.33
HSL114.35º68.32%39.61%-
HSV(B)114.35º81.18%66.67%-
XYZ15.7229.416.22-
YUV116.8980.0976.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.22%
GREEN value IS 170 (66.80% from 255) = 68.83%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=18.22%
G=68.83%
B=12.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45170320.7400.810.33114.3568.3239.61
Hex2DAA204A05121724428
Octal552524011201214116210450
Binary1011011010101010000010010100101000110000111100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,32); }

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

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

 a { background-color: rgb(45,170,32); }

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

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

 span { border-color: rgb(45,170,32); }

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