Shades of San Felix #216022
Tints of San Felix #216022
RGB
CMYK
RGB Variations
Color information
#216022 (or 0x216022) is known color: San Felix. HEX triplet: 21, 60 and 22. RGB value is (33,96,34). Sum of RGB (Red+Green+Blue) = 33+96+34=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #216022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216022 is #DE9FDD. Grayscale: #464646. Windows color (decimal): -14589918 or 2252833. OLE color: 2252833.
HSL color Cylindrical-coordinate representation of color #216022: hue angle of 120.95º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216022 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 96 | 34 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.62 |
| HSL | 120.95º | 0.49% | 0.25% | - |
| HSV(B) | 120.95º | 0.66% | 0.38% | - |
| XYZ | 5.1 | 8.8 | 2.94 | - |
| YUV | 70.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 34 | 0.66 | 0 | 0.65 | 0.62 | 120.95 | 0.49 | 0.25 |
| Hex | 21 | 60 | 22 | 42 | 0 | 41 | 3E | 79 | 31 | 19 |
| Octal | 41 | 140 | 42 | 102 | 0 | 101 | 76 | 171 | 61 | 31 |
| Binary | 100001 | 1100000 | 100010 | 1000010 | 0 | 1000001 | 111110 | 1111001 | 110001 | 11001 |
Color Harmonies of #216022
Complementary color
Monochromatic Colors of #216022
Black with #216022
Text Example
Text Example
White with #216022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216022; }
p { color: rgb(33,96,34); }
H1.HeaderClassName
{
color: #216022;
}
.AnyTagClassName
{
color: #216022;
}
</style>
background-color css
<style>
a { background-color: #216022; }
a { background-color: rgb(33,96,34); }
div.DivClassName
{
background-color: #216022;
}
.BgClassName
{
background-color: #216022;
}
</style>
border-color css
<style>
span { border-color: #216022; }
span { border-color: rgb(33,96,34); }
td.TdClassName
{
border-color: #216022;
}
.TagClassName
{
border-color: #216022;
}
</style>