Shades of Forest Green #21AF20
Tints of Forest Green #21AF20
RGB
CMYK
RGB Variations
Color information
#21AF20 (or 0x21AF20) is known color: Forest Green. HEX triplet: 21, AF and 20. RGB value is (33,175,32). Sum of RGB (Red+Green+Blue) = 33+175+32=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 175 (68.75% from 255 or 72.92% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AF20 is #DE50DF. Grayscale: #747474. Windows color (decimal): -14569696 or 2141985. OLE color: 2141985.
HSL color Cylindrical-coordinate representation of color #21AF20: hue angle of 119.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21AF20 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 32 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.31 |
| HSL | 119.58º | 0.69% | 0.41% | - |
| HSV(B) | 119.58º | 0.82% | 0.69% | - |
| XYZ | 16.22 | 31.09 | 6.51 | - |
| YUV | 116.24 | 80.46 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 32 | 0.81 | 0 | 0.82 | 0.31 | 119.58 | 0.69 | 0.41 |
| Hex | 21 | AF | 20 | 51 | 0 | 52 | 1F | 78 | 45 | 29 |
| Octal | 41 | 257 | 40 | 121 | 0 | 122 | 37 | 170 | 105 | 51 |
| Binary | 100001 | 10101111 | 100000 | 1010001 | 0 | 1010010 | 11111 | 1111000 | 1000101 | 101001 |
Color Harmonies of #21AF20
Complementary color
Monochromatic Colors of #21AF20
Black with #21AF20
Text Example
Text Example
White with #21AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF20; }
p { color: rgb(33,175,32); }
H1.HeaderClassName
{
color: #21AF20;
}
.AnyTagClassName
{
color: #21AF20;
}
</style>
background-color css
<style>
a { background-color: #21AF20; }
a { background-color: rgb(33,175,32); }
div.DivClassName
{
background-color: #21AF20;
}
.BgClassName
{
background-color: #21AF20;
}
</style>
border-color css
<style>
span { border-color: #21AF20; }
span { border-color: rgb(33,175,32); }
td.TdClassName
{
border-color: #21AF20;
}
.TagClassName
{
border-color: #21AF20;
}
</style>