Shades of Forest Green #217B0F
Tints of Forest Green #217B0F
RGB
CMYK
RGB Variations
Color information
#217B0F (or 0x217B0F) is known color: Forest Green. HEX triplet: 21, 7B and 0F. RGB value is (33,123,15). Sum of RGB (Red+Green+Blue) = 33+123+15=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 123 (48.44% from 255 or 71.93% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 123 - color contains mainly: green. Hex color #217B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217B0F is #DE84F0. Grayscale: #545454. Windows color (decimal): -14583025 or 1014561. OLE color: 1014561.
HSL color Cylindrical-coordinate representation of color #217B0F: hue angle of 110º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #217B0F is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 15 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.52 |
| HSL | 110º | 0.78% | 0.27% | - |
| HSV(B) | 110º | 0.88% | 0.48% | - |
| XYZ | 7.8 | 14.52 | 2.84 | - |
| YUV | 83.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 15 | 0.73 | 0 | 0.88 | 0.52 | 110 | 0.78 | 0.27 |
| Hex | 21 | 7B | F | 49 | 0 | 58 | 34 | 6E | 4E | 1B |
| Octal | 41 | 173 | 17 | 111 | 0 | 130 | 64 | 156 | 116 | 33 |
| Binary | 100001 | 1111011 | 1111 | 1001001 | 0 | 1011000 | 110100 | 1101110 | 1001110 | 11011 |
Color Harmonies of #217B0F
Complementary color
Monochromatic Colors of #217B0F
Black with #217B0F
Text Example
Text Example
White with #217B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B0F; }
p { color: rgb(33,123,15); }
H1.HeaderClassName
{
color: #217B0F;
}
.AnyTagClassName
{
color: #217B0F;
}
</style>
background-color css
<style>
a { background-color: #217B0F; }
a { background-color: rgb(33,123,15); }
div.DivClassName
{
background-color: #217B0F;
}
.BgClassName
{
background-color: #217B0F;
}
</style>
border-color css
<style>
span { border-color: #217B0F; }
span { border-color: rgb(33,123,15); }
td.TdClassName
{
border-color: #217B0F;
}
.TagClassName
{
border-color: #217B0F;
}
</style>