#2AA013

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

Shades of Forest Green #2AA013

Tints of Forest Green #2AA013

Color information

#2AA013 (or 0x2AA013) is unknown color: approx Forest Green. HEX triplet: 2A, A0 and 13. RGB value is (42,160,19). Sum of RGB (Red+Green+Blue) = 42+160+19=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 160 (62.89% from 255 or 72.40% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA013 is #D55FEC. Grayscale: #6D6D6D. Windows color (decimal): -13983725 or 1286186. OLE color: 1286186.

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

Color convert

RGB4216019-
CMYK0.7400.880.37
HSL110.21º78.77%35.1%-
HSV(B)110.21º88.13%62.75%-
XYZ13.6425.684.85-
YUV108.6477.4180.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 160 (62.89% from 255) = 72.40%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=19.00%
G=72.40%
B=8.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42160190.7400.880.37110.2178.7735.1
Hex2AA0134A058256e4f23
Octal522402311201304515611743
Binary101010101000001001110010100101100010010111011101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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