#2EAA21

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

Shades of Forest Green #2EAA21

Tints of Forest Green #2EAA21

Color information

#2EAA21 (or 0x2EAA21) is unknown color: approx Forest Green. HEX triplet: 2E, AA and 21. RGB value is (46,170,33). Sum of RGB (Red+Green+Blue) = 46+170+33=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA21 is #D155DE. Grayscale: #757575. Windows color (decimal): -13719007 or 2206254. OLE color: 2206254.

HSL color Cylindrical-coordinate representation of color #2EAA21: hue angle of 114.31º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EAA21 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB4617033-
CMYK0.7300.810.33
HSL114.31º67.49%39.8%-
HSV(B)114.31º80.59%66.67%-
XYZ15.7829.446.29-
YUV117.3180.4277.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 170 (66.80% from 255) = 68.27%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=18.47%
G=68.27%
B=13.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170330.7300.810.33114.3167.4939.8
Hex2EAA214905121724328
Octal562524111101214116210350
Binary1011101010101010000110010010101000110000111100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,33); }

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

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

 a { background-color: rgb(46,170,33); }

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

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

 span { border-color: rgb(46,170,33); }

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