#2DA02A

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

Shades of Forest Green #2DA02A

Tints of Forest Green #2DA02A

Color information

#2DA02A (or 0x2DA02A) is unknown color: approx Forest Green. HEX triplet: 2D, A0 and 2A. RGB value is (45,160,42). Sum of RGB (Red+Green+Blue) = 45+160+42=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA02A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA02A is #D25FD5. Grayscale: #707070. Windows color (decimal): -13787094 or 2793517. OLE color: 2793517.

HSL color Cylindrical-coordinate representation of color #2DA02A: hue angle of 118.47º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DA02A is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB4516042-
CMYK0.7200.740.37
HSL118.47º58.42%39.61%-
HSV(B)118.47º73.75%62.75%-
XYZ14.0725.876.44-
YUV112.1688.480.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.22%
GREEN value IS 160 (62.89% from 255) = 64.78%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=18.22%
G=64.78%
B=17.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal45160420.7200.740.37118.4758.4239.61
Hex2DA02A4804A25763a28
Octal55240521100112451667250
Binary101101101000001010101001000010010101001011110110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,160,42); }

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

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

 a { background-color: rgb(45,160,42); }

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

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

 span { border-color: rgb(45,160,42); }

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