Shades of San Felix #217A32
Tints of San Felix #217A32
RGB
CMYK
RGB Variations
Color information
#217A32 (or 0x217A32) is known color: San Felix. HEX triplet: 21, 7A and 32. RGB value is (33,122,50). Sum of RGB (Red+Green+Blue) = 33+122+50=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #217A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A32 is #DE85CD. Grayscale: #575757. Windows color (decimal): -14583246 or 3308065. OLE color: 3308065.
HSL color Cylindrical-coordinate representation of color #217A32: hue angle of 131.46º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A32 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 122 | 50 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.52 |
| HSL | 131.46º | 0.57% | 0.3% | - |
| HSV(B) | 131.46º | 0.73% | 0.48% | - |
| XYZ | 8.16 | 14.47 | 5.38 | - |
| YUV | 87.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 50 | 0.73 | 0 | 0.59 | 0.52 | 131.46 | 0.57 | 0.3 |
| Hex | 21 | 7A | 32 | 49 | 0 | 3B | 34 | 83 | 39 | 1E |
| Octal | 41 | 172 | 62 | 111 | 0 | 73 | 64 | 203 | 71 | 36 |
| Binary | 100001 | 1111010 | 110010 | 1001001 | 0 | 111011 | 110100 | 10000011 | 111001 | 11110 |
Color Harmonies of #217A32
Complementary color
Monochromatic Colors of #217A32
Black with #217A32
Text Example
Text Example
White with #217A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A32; }
p { color: rgb(33,122,50); }
H1.HeaderClassName
{
color: #217A32;
}
.AnyTagClassName
{
color: #217A32;
}
</style>
background-color css
<style>
a { background-color: #217A32; }
a { background-color: rgb(33,122,50); }
div.DivClassName
{
background-color: #217A32;
}
.BgClassName
{
background-color: #217A32;
}
</style>
border-color css
<style>
span { border-color: #217A32; }
span { border-color: rgb(33,122,50); }
td.TdClassName
{
border-color: #217A32;
}
.TagClassName
{
border-color: #217A32;
}
</style>