#2aa20e

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

Shades of Forest Green #2AA20E

Tints of Forest Green #2AA20E

Color information

#2AA20E (or 0x2AA20E) is unknown color: approx Forest Green. HEX triplet: 2A, A2 and 0E. RGB value is (42,162,14). Sum of RGB (Red+Green+Blue) = 42+162+14=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA20E is #D55DF1. Grayscale: #6D6D6D. Windows color (decimal): -13983218 or 959018. OLE color: 959018.

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

Color convert

RGB4216214-
CMYK0.7400.910.36
HSL108.65º84.09%34.51%-
HSV(B)108.65º91.36%63.53%-
XYZ13.9526.364.77-
YUV109.2574.2480.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 162 (63.67% from 255) = 74.31%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=19.27%
G=74.31%
B=6.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42162140.7400.910.36108.6584.0934.51
Hex2AA2E4A05B246d5423
Octal522421611201334415512443
Binary10101010100010111010010100101101110010011011011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aa20e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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