#2DA22A

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

Shades of Forest Green #2DA22A

Tints of Forest Green #2DA22A

Color information

#2DA22A (or 0x2DA22A) is unknown color: approx Forest Green. HEX triplet: 2D, A2 and 2A. RGB value is (45,162,42). Sum of RGB (Red+Green+Blue) = 45+162+42=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA22A is #D25DD5. Grayscale: #717171. Windows color (decimal): -13786582 or 2794029. OLE color: 2794029.

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

Color convert

RGB4516242-
CMYK0.7200.740.36
HSL118.5º58.82%40%-
HSV(B)118.5º74.07%63.53%-
XYZ14.4226.576.56-
YUV113.3487.7479.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.07%
GREEN value IS 162 (63.67% from 255) = 65.06%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=18.07%
G=65.06%
B=16.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162420.7200.740.36118.558.8240
Hex2DA22A4804A24763b28
Octal55242521100112441667350
Binary101101101000101010101001000010010101001001110110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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