#21A20F

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

Shades of Forest Green #21A20F

Tints of Forest Green #21A20F

Color information

#21A20F (or 0x21A20F) is unknown color: approx Forest Green. HEX triplet: 21, A2 and 0F. RGB value is (33,162,15). Sum of RGB (Red+Green+Blue) = 33+162+15=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 162 (63.67% from 255 or 77.14% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 162 - color contains mainly: green. Hex color #21A20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A20F is #DE5DF0. Grayscale: #6B6B6B. Windows color (decimal): -14573041 or 1024545. OLE color: 1024545.

HSL color Cylindrical-coordinate representation of color #21A20F: hue angle of 112.65º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21A20F is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB3316215-
CMYK0.8000.910.36
HSL112.65º83.05%34.71%-
HSV(B)112.65º90.74%63.53%-
XYZ13.6326.24.79-
YUV106.6776.2675.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 162 (63.67% from 255) = 77.14%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=15.71%
G=77.14%
B=7.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33162150.8000.910.36112.6583.0534.71
Hex21A2F5005B24715323
Octal412421712001334416112343
Binary10000110100010111110100000101101110010011100011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A20F; }

 p { color: rgb(33,162,15); }

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

<style>
 a { background-color: #21A20F; }

 a { background-color: rgb(33,162,15); }

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

<style>
 span { border-color: #21A20F; }

 span { border-color: rgb(33,162,15); }

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