Shades of Forest Green #21810D
Tints of Forest Green #21810D
RGB
CMYK
RGB Variations
Color information
#21810D (or 0x21810D) is known color: Forest Green. HEX triplet: 21, 81 and 0D. RGB value is (33,129,13). Sum of RGB (Red+Green+Blue) = 33+129+13=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #21810D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21810D is #DE7EF2. Grayscale: #575757. Windows color (decimal): -14581491 or 885025. OLE color: 885025.
HSL color Cylindrical-coordinate representation of color #21810D: hue angle of 109.66º 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 #21810D is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 13 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.49 |
| HSL | 109.66º | 0.82% | 0.28% | - |
| HSV(B) | 109.66º | 0.9% | 0.51% | - |
| XYZ | 8.55 | 16.05 | 3.03 | - |
| YUV | 87.07 | 86.2 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 13 | 0.74 | 0 | 0.90 | 0.49 | 109.66 | 0.82 | 0.28 |
| Hex | 21 | 81 | D | 4A | 0 | 5A | 31 | 6E | 52 | 1C |
| Octal | 41 | 201 | 15 | 112 | 0 | 132 | 61 | 156 | 122 | 34 |
| Binary | 100001 | 10000001 | 1101 | 1001010 | 0 | 1011010 | 110001 | 1101110 | 1010010 | 11100 |
Color Harmonies of #21810D
Complementary color
Monochromatic Colors of #21810D
Black with #21810D
Text Example
Text Example
White with #21810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21810D; }
p { color: rgb(33,129,13); }
H1.HeaderClassName
{
color: #21810D;
}
.AnyTagClassName
{
color: #21810D;
}
</style>
background-color css
<style>
a { background-color: #21810D; }
a { background-color: rgb(33,129,13); }
div.DivClassName
{
background-color: #21810D;
}
.BgClassName
{
background-color: #21810D;
}
</style>
border-color css
<style>
span { border-color: #21810D; }
span { border-color: rgb(33,129,13); }
td.TdClassName
{
border-color: #21810D;
}
.TagClassName
{
border-color: #21810D;
}
</style>