Shades of Forest Green #21820D
Tints of Forest Green #21820D
RGB
CMYK
RGB Variations
Color information
#21820D (or 0x21820D) is known color: Forest Green. HEX triplet: 21, 82 and 0D. RGB value is (33,130,13). Sum of RGB (Red+Green+Blue) = 33+130+13=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 130 (51.17% from 255 or 73.86% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 130 - color contains mainly: green. Hex color #21820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21820D is #DE7DF2. Grayscale: #585858. Windows color (decimal): -14581235 or 885281. OLE color: 885281.
HSL color Cylindrical-coordinate representation of color #21820D: hue angle of 109.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21820D is Cyan = 0.75, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 13 | - |
| CMYK | 0.75 | 0 | 0.9 | 0.49 |
| HSL | 109.74º | 0.82% | 0.28% | - |
| HSV(B) | 109.74º | 0.9% | 0.51% | - |
| XYZ | 8.68 | 16.32 | 3.07 | - |
| YUV | 87.66 | 85.86 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 13 | 0.75 | 0 | 0.9 | 0.49 | 109.74 | 0.82 | 0.28 |
| Hex | 21 | 82 | D | 4B | 0 | 5A | 31 | 6E | 52 | 1C |
| Octal | 41 | 202 | 15 | 113 | 0 | 132 | 61 | 156 | 122 | 34 |
| Binary | 100001 | 10000010 | 1101 | 1001011 | 0 | 1011010 | 110001 | 1101110 | 1010010 | 11100 |
Color Harmonies of #21820D
Complementary color
Monochromatic Colors of #21820D
Black with #21820D
Text Example
Text Example
White with #21820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21820D; }
p { color: rgb(33,130,13); }
H1.HeaderClassName
{
color: #21820D;
}
.AnyTagClassName
{
color: #21820D;
}
</style>
background-color css
<style>
a { background-color: #21820D; }
a { background-color: rgb(33,130,13); }
div.DivClassName
{
background-color: #21820D;
}
.BgClassName
{
background-color: #21820D;
}
</style>
border-color css
<style>
span { border-color: #21820D; }
span { border-color: rgb(33,130,13); }
td.TdClassName
{
border-color: #21820D;
}
.TagClassName
{
border-color: #21820D;
}
</style>