Shades of Forest Green #21850B
Tints of Forest Green #21850B
RGB
CMYK
RGB Variations
Color information
#21850B (or 0x21850B) is known color: Forest Green. HEX triplet: 21, 85 and 0B. RGB value is (33,133,11). Sum of RGB (Red+Green+Blue) = 33+133+11=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #21850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21850B is #DE7AF4. Grayscale: #595959. Windows color (decimal): -14580469 or 754977. OLE color: 754977.
HSL color Cylindrical-coordinate representation of color #21850B: hue angle of 109.18º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21850B is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 11 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.48 |
| HSL | 109.18º | 0.85% | 0.28% | - |
| HSV(B) | 109.18º | 0.92% | 0.52% | - |
| XYZ | 9.08 | 17.12 | 3.14 | - |
| YUV | 89.19 | 83.87 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 11 | 0.75 | 0 | 0.92 | 0.48 | 109.18 | 0.85 | 0.28 |
| Hex | 21 | 85 | B | 4B | 0 | 5C | 30 | 6D | 55 | 1C |
| Octal | 41 | 205 | 13 | 113 | 0 | 134 | 60 | 155 | 125 | 34 |
| Binary | 100001 | 10000101 | 1011 | 1001011 | 0 | 1011100 | 110000 | 1101101 | 1010101 | 11100 |
Color Harmonies of #21850B
Complementary color
Monochromatic Colors of #21850B
Black with #21850B
Text Example
Text Example
White with #21850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21850B; }
p { color: rgb(33,133,11); }
H1.HeaderClassName
{
color: #21850B;
}
.AnyTagClassName
{
color: #21850B;
}
</style>
background-color css
<style>
a { background-color: #21850B; }
a { background-color: rgb(33,133,11); }
div.DivClassName
{
background-color: #21850B;
}
.BgClassName
{
background-color: #21850B;
}
</style>
border-color css
<style>
span { border-color: #21850B; }
span { border-color: rgb(33,133,11); }
td.TdClassName
{
border-color: #21850B;
}
.TagClassName
{
border-color: #21850B;
}
</style>