Shades of San Felix #217732
Tints of San Felix #217732
RGB
CMYK
RGB Variations
Color information
#217732 (or 0x217732) is known color: San Felix. HEX triplet: 21, 77 and 32. RGB value is (33,119,50). Sum of RGB (Red+Green+Blue) = 33+119+50=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #217732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217732 is #DE88CD. Grayscale: #555555. Windows color (decimal): -14584014 or 3307297. OLE color: 3307297.
HSL color Cylindrical-coordinate representation of color #217732: hue angle of 131.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217732 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 50 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.53 |
| HSL | 131.86º | 0.57% | 0.3% | - |
| HSV(B) | 131.86º | 0.72% | 0.47% | - |
| XYZ | 7.8 | 13.75 | 5.26 | - |
| YUV | 85.42 | 108.01 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 50 | 0.72 | 0 | 0.58 | 0.53 | 131.86 | 0.57 | 0.3 |
| Hex | 21 | 77 | 32 | 48 | 0 | 3A | 35 | 84 | 39 | 1E |
| Octal | 41 | 167 | 62 | 110 | 0 | 72 | 65 | 204 | 71 | 36 |
| Binary | 100001 | 1110111 | 110010 | 1001000 | 0 | 111010 | 110101 | 10000100 | 111001 | 11110 |
Color Harmonies of #217732
Complementary color
Monochromatic Colors of #217732
Black with #217732
Text Example
Text Example
White with #217732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217732; }
p { color: rgb(33,119,50); }
H1.HeaderClassName
{
color: #217732;
}
.AnyTagClassName
{
color: #217732;
}
</style>
background-color css
<style>
a { background-color: #217732; }
a { background-color: rgb(33,119,50); }
div.DivClassName
{
background-color: #217732;
}
.BgClassName
{
background-color: #217732;
}
</style>
border-color css
<style>
span { border-color: #217732; }
span { border-color: rgb(33,119,50); }
td.TdClassName
{
border-color: #217732;
}
.TagClassName
{
border-color: #217732;
}
</style>