#2AAB11

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

Shades of Forest Green #2AAB11

Tints of Forest Green #2AAB11

Color information

#2AAB11 (or 0x2AAB11) is unknown color: approx Forest Green. HEX triplet: 2A, AB and 11. RGB value is (42,171,17). Sum of RGB (Red+Green+Blue) = 42+171+17=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 171 (67.19% from 255 or 74.35% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAB11 is #D554EE. Grayscale: #737373. Windows color (decimal): -13980911 or 1157930. OLE color: 1157930.

HSL color Cylindrical-coordinate representation of color #2AAB11: hue angle of 110.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AAB11 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB4217117-
CMYK0.7500.900.33
HSL110.26º81.91%36.86%-
HSV(B)110.26º90.06%67.06%-
XYZ15.6229.665.43-
YUV114.8772.7676.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 171 (67.19% from 255) = 74.35%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=18.26%
G=74.35%
B=7.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171170.7500.900.33110.2681.9136.86
Hex2AAB114B05A216e5225
Octal522532111301324115612245
Binary101010101010111000110010110101101010000111011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,17); }

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

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

 a { background-color: rgb(42,171,17); }

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

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

 span { border-color: rgb(42,171,17); }

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