Shades of Forest Green #217B05
Tints of Forest Green #217B05
RGB
CMYK
RGB Variations
Color information
#217B05 (or 0x217B05) is known color: Forest Green. HEX triplet: 21, 7B and 05. RGB value is (33,123,5). Sum of RGB (Red+Green+Blue) = 33+123+5=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 123 (48.44% from 255 or 76.40% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 123 - color contains mainly: green. Hex color #217B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217B05 is #DE84FA. Grayscale: #535353. Windows color (decimal): -14583035 or 359201. OLE color: 359201.
HSL color Cylindrical-coordinate representation of color #217B05: hue angle of 105.76º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #217B05 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 5 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.52 |
| HSL | 105.76º | 0.92% | 0.25% | - |
| HSV(B) | 105.76º | 0.96% | 0.48% | - |
| XYZ | 7.74 | 14.5 | 2.53 | - |
| YUV | 82.64 | 84.18 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 5 | 0.73 | 0 | 0.96 | 0.52 | 105.76 | 0.92 | 0.25 |
| Hex | 21 | 7B | 5 | 49 | 0 | 60 | 34 | 6A | 5C | 19 |
| Octal | 41 | 173 | 5 | 111 | 0 | 140 | 64 | 152 | 134 | 31 |
| Binary | 100001 | 1111011 | 101 | 1001001 | 0 | 1100000 | 110100 | 1101010 | 1011100 | 11001 |
Color Harmonies of #217B05
Complementary color
Monochromatic Colors of #217B05
Black with #217B05
Text Example
Text Example
White with #217B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B05; }
p { color: rgb(33,123,5); }
H1.HeaderClassName
{
color: #217B05;
}
.AnyTagClassName
{
color: #217B05;
}
</style>
background-color css
<style>
a { background-color: #217B05; }
a { background-color: rgb(33,123,5); }
div.DivClassName
{
background-color: #217B05;
}
.BgClassName
{
background-color: #217B05;
}
</style>
border-color css
<style>
span { border-color: #217B05; }
span { border-color: rgb(33,123,5); }
td.TdClassName
{
border-color: #217B05;
}
.TagClassName
{
border-color: #217B05;
}
</style>