Shades of Forest Green #21980F
Tints of Forest Green #21980F
RGB
CMYK
RGB Variations
Color information
#21980F (or 0x21980F) is known color: Forest Green. HEX triplet: 21, 98 and 0F. RGB value is (33,152,15). Sum of RGB (Red+Green+Blue) = 33+152+15=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #21980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21980F is #DE67F0. Grayscale: #656565. Windows color (decimal): -14575601 or 1021985. OLE color: 1021985.
HSL color Cylindrical-coordinate representation of color #21980F: hue angle of 112.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21980F is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 15 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.40 |
| HSL | 112.12º | 0.82% | 0.33% | - |
| HSV(B) | 112.12º | 0.9% | 0.6% | - |
| XYZ | 11.94 | 22.81 | 4.23 | - |
| YUV | 100.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 15 | 0.78 | 0 | 0.90 | 0.40 | 112.12 | 0.82 | 0.33 |
| Hex | 21 | 98 | F | 4E | 0 | 5A | 28 | 70 | 52 | 21 |
| Octal | 41 | 230 | 17 | 116 | 0 | 132 | 50 | 160 | 122 | 41 |
| Binary | 100001 | 10011000 | 1111 | 1001110 | 0 | 1011010 | 101000 | 1110000 | 1010010 | 100001 |
Color Harmonies of #21980F
Complementary color
Monochromatic Colors of #21980F
Black with #21980F
Text Example
Text Example
White with #21980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21980F; }
p { color: rgb(33,152,15); }
H1.HeaderClassName
{
color: #21980F;
}
.AnyTagClassName
{
color: #21980F;
}
</style>
background-color css
<style>
a { background-color: #21980F; }
a { background-color: rgb(33,152,15); }
div.DivClassName
{
background-color: #21980F;
}
.BgClassName
{
background-color: #21980F;
}
</style>
border-color css
<style>
span { border-color: #21980F; }
span { border-color: rgb(33,152,15); }
td.TdClassName
{
border-color: #21980F;
}
.TagClassName
{
border-color: #21980F;
}
</style>