Shades of Forest Green #21990B
Tints of Forest Green #21990B
RGB
CMYK
RGB Variations
Color information
#21990B (or 0x21990B) is known color: Forest Green. HEX triplet: 21, 99 and 0B. RGB value is (33,153,11). Sum of RGB (Red+Green+Blue) = 33+153+11=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #21990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21990B is #DE66F4. Grayscale: #656565. Windows color (decimal): -14575349 or 760097. OLE color: 760097.
HSL color Cylindrical-coordinate representation of color #21990B: hue angle of 110.7º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21990B is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 11 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.4 |
| HSL | 110.7º | 0.87% | 0.32% | - |
| HSV(B) | 110.7º | 0.93% | 0.6% | - |
| XYZ | 12.08 | 23.13 | 4.14 | - |
| YUV | 100.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 11 | 0.78 | 0 | 0.93 | 0.4 | 110.7 | 0.87 | 0.32 |
| Hex | 21 | 99 | B | 4E | 0 | 5D | 28 | 6F | 57 | 20 |
| Octal | 41 | 231 | 13 | 116 | 0 | 135 | 50 | 157 | 127 | 40 |
| Binary | 100001 | 10011001 | 1011 | 1001110 | 0 | 1011101 | 101000 | 1101111 | 1010111 | 100000 |
Color Harmonies of #21990B
Complementary color
Monochromatic Colors of #21990B
Black with #21990B
Text Example
Text Example
White with #21990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21990B; }
p { color: rgb(33,153,11); }
H1.HeaderClassName
{
color: #21990B;
}
.AnyTagClassName
{
color: #21990B;
}
</style>
background-color css
<style>
a { background-color: #21990B; }
a { background-color: rgb(33,153,11); }
div.DivClassName
{
background-color: #21990B;
}
.BgClassName
{
background-color: #21990B;
}
</style>
border-color css
<style>
span { border-color: #21990B; }
span { border-color: rgb(33,153,11); }
td.TdClassName
{
border-color: #21990B;
}
.TagClassName
{
border-color: #21990B;
}
</style>