Shades of San Felix #215F1E
Tints of San Felix #215F1E
RGB
CMYK
RGB Variations
Color information
#215F1E (or 0x215F1E) is known color: San Felix. HEX triplet: 21, 5F and 1E. RGB value is (33,95,30). Sum of RGB (Red+Green+Blue) = 33+95+30=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #215F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F1E is #DEA0E1. Grayscale: #454545. Windows color (decimal): -14590178 or 1990433. OLE color: 1990433.
HSL color Cylindrical-coordinate representation of color #215F1E: hue angle of 117.23º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215F1E is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 30 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.63 |
| HSL | 117.23º | 0.52% | 0.25% | - |
| HSV(B) | 117.23º | 0.68% | 0.37% | - |
| XYZ | 4.95 | 8.6 | 2.63 | - |
| YUV | 69.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 30 | 0.65 | 0 | 0.68 | 0.63 | 117.23 | 0.52 | 0.25 |
| Hex | 21 | 5F | 1E | 41 | 0 | 44 | 3F | 75 | 34 | 19 |
| Octal | 41 | 137 | 36 | 101 | 0 | 104 | 77 | 165 | 64 | 31 |
| Binary | 100001 | 1011111 | 11110 | 1000001 | 0 | 1000100 | 111111 | 1110101 | 110100 | 11001 |
Color Harmonies of #215F1E
Complementary color
Monochromatic Colors of #215F1E
Black with #215F1E
Text Example
Text Example
White with #215F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F1E; }
p { color: rgb(33,95,30); }
H1.HeaderClassName
{
color: #215F1E;
}
.AnyTagClassName
{
color: #215F1E;
}
</style>
background-color css
<style>
a { background-color: #215F1E; }
a { background-color: rgb(33,95,30); }
div.DivClassName
{
background-color: #215F1E;
}
.BgClassName
{
background-color: #215F1E;
}
</style>
border-color css
<style>
span { border-color: #215F1E; }
span { border-color: rgb(33,95,30); }
td.TdClassName
{
border-color: #215F1E;
}
.TagClassName
{
border-color: #215F1E;
}
</style>