Shades of Forest Green #21700C
Tints of Forest Green #21700C
RGB
CMYK
RGB Variations
Color information
#21700C (or 0x21700C) is known color: Forest Green. HEX triplet: 21, 70 and 0C. RGB value is (33,112,12). Sum of RGB (Red+Green+Blue) = 33+112+12=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #21700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21700C is #DE8FF3. Grayscale: #4D4D4D. Windows color (decimal): -14585844 or 815137. OLE color: 815137.
HSL color Cylindrical-coordinate representation of color #21700C: hue angle of 107.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21700C is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 12 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.56 |
| HSL | 107.4º | 0.81% | 0.24% | - |
| HSV(B) | 107.4º | 0.89% | 0.44% | - |
| XYZ | 6.49 | 11.94 | 2.31 | - |
| YUV | 76.98 | 91.33 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 12 | 0.71 | 0 | 0.89 | 0.56 | 107.4 | 0.81 | 0.24 |
| Hex | 21 | 70 | C | 47 | 0 | 59 | 38 | 6B | 51 | 18 |
| Octal | 41 | 160 | 14 | 107 | 0 | 131 | 70 | 153 | 121 | 30 |
| Binary | 100001 | 1110000 | 1100 | 1000111 | 0 | 1011001 | 111000 | 1101011 | 1010001 | 11000 |
Color Harmonies of #21700C
Complementary color
Monochromatic Colors of #21700C
Black with #21700C
Text Example
Text Example
White with #21700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21700C; }
p { color: rgb(33,112,12); }
H1.HeaderClassName
{
color: #21700C;
}
.AnyTagClassName
{
color: #21700C;
}
</style>
background-color css
<style>
a { background-color: #21700C; }
a { background-color: rgb(33,112,12); }
div.DivClassName
{
background-color: #21700C;
}
.BgClassName
{
background-color: #21700C;
}
</style>
border-color css
<style>
span { border-color: #21700C; }
span { border-color: rgb(33,112,12); }
td.TdClassName
{
border-color: #21700C;
}
.TagClassName
{
border-color: #21700C;
}
</style>