#2A8E21

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

Shades of Forest Green #2A8E21

Tints of Forest Green #2A8E21

Color information

#2A8E21 (or 0x2A8E21) is unknown color: approx Forest Green. HEX triplet: 2A, 8E and 21. RGB value is (42,142,33). Sum of RGB (Red+Green+Blue) = 42+142+33=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 142 (55.86% from 255 or 65.44% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8E21 is #D571DE. Grayscale: #646464. Windows color (decimal): -13988319 or 2199082. OLE color: 2199082.

HSL color Cylindrical-coordinate representation of color #2A8E21: hue angle of 115.05º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A8E21 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB4214233-
CMYK0.7000.770.44
HSL115.05º62.29%34.31%-
HSV(B)115.05º76.76%55.69%-
XYZ10.919.954.71-
YUV99.6790.3786.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 142 (55.86% from 255) = 65.44%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=19.35%
G=65.44%
B=15.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42142330.7000.770.44115.0562.2934.31
Hex2A8E214604D2C733e22
Octal52216411060115541637642
Binary101010100011101000011000110010011011011001110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,142,33); }

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

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

 a { background-color: rgb(42,142,33); }

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

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

 span { border-color: rgb(42,142,33); }

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