Shades of San Felix #217A2F
Tints of San Felix #217A2F
RGB
CMYK
RGB Variations
Color information
#217A2F (or 0x217A2F) is known color: San Felix. HEX triplet: 21, 7A and 2F. RGB value is (33,122,47). Sum of RGB (Red+Green+Blue) = 33+122+47=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #217A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A2F is #DE85D0. Grayscale: #575757. Windows color (decimal): -14583249 or 3111457. OLE color: 3111457.
HSL color Cylindrical-coordinate representation of color #217A2F: hue angle of 129.44º 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 #217A2F is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 122 | 47 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.52 |
| HSL | 129.44º | 0.57% | 0.3% | - |
| HSV(B) | 129.44º | 0.73% | 0.48% | - |
| XYZ | 8.1 | 14.45 | 5.05 | - |
| YUV | 86.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 47 | 0.73 | 0 | 0.61 | 0.52 | 129.44 | 0.57 | 0.3 |
| Hex | 21 | 7A | 2F | 49 | 0 | 3D | 34 | 81 | 39 | 1E |
| Octal | 41 | 172 | 57 | 111 | 0 | 75 | 64 | 201 | 71 | 36 |
| Binary | 100001 | 1111010 | 101111 | 1001001 | 0 | 111101 | 110100 | 10000001 | 111001 | 11110 |
Color Harmonies of #217A2F
Complementary color
Monochromatic Colors of #217A2F
Black with #217A2F
Text Example
Text Example
White with #217A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217A2F; }
p { color: rgb(33,122,47); }
H1.HeaderClassName
{
color: #217A2F;
}
.AnyTagClassName
{
color: #217A2F;
}
</style>
background-color css
<style>
a { background-color: #217A2F; }
a { background-color: rgb(33,122,47); }
div.DivClassName
{
background-color: #217A2F;
}
.BgClassName
{
background-color: #217A2F;
}
</style>
border-color css
<style>
span { border-color: #217A2F; }
span { border-color: rgb(33,122,47); }
td.TdClassName
{
border-color: #217A2F;
}
.TagClassName
{
border-color: #217A2F;
}
</style>