#2DA22E

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

Shades of Forest Green #2DA22E

Tints of Forest Green #2DA22E

Color information

#2DA22E (or 0x2DA22E) is unknown color: approx Forest Green. HEX triplet: 2D, A2 and 2E. RGB value is (45,162,46). Sum of RGB (Red+Green+Blue) = 45+162+46=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA22E is #D25DD1. Grayscale: #727272. Windows color (decimal): -13786578 or 3056173. OLE color: 3056173.

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

Color convert

RGB4516246-
CMYK0.7200.720.36
HSL120.51º56.52%40.59%-
HSV(B)120.51º72.22%63.53%-
XYZ14.526.66.95-
YUV113.7989.7478.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 162 (63.67% from 255) = 64.03%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=17.79%
G=64.03%
B=18.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162460.7200.720.36120.5156.5240.59
Hex2DA22E4804824793929
Octal55242561100110441717151
Binary101101101000101011101001000010010001001001111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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