#2AAB19

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

Shades of Forest Green #2AAB19

Tints of Forest Green #2AAB19

Color information

#2AAB19 (or 0x2AAB19) is unknown color: approx Forest Green. HEX triplet: 2A, AB and 19. RGB value is (42,171,25). Sum of RGB (Red+Green+Blue) = 42+171+25=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAB19 is #D554E6. Grayscale: #747474. Windows color (decimal): -13980903 or 1682218. OLE color: 1682218.

HSL color Cylindrical-coordinate representation of color #2AAB19: hue angle of 113.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AAB19 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB4217125-
CMYK0.7500.850.33
HSL113.01º74.49%38.43%-
HSV(B)113.01º85.38%67.06%-
XYZ15.6929.695.82-
YUV115.7876.7675.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 171 (67.19% from 255) = 71.85%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=17.65%
G=71.85%
B=10.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171250.7500.850.33113.0174.4938.43
Hex2AAB194B05521714a26
Octal522533111301254116111246
Binary101010101010111100110010110101010110000111100011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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