Shades of San Felix #217B33
Tints of San Felix #217B33
RGB
CMYK
RGB Variations
Color information
#217B33 (or 0x217B33) is known color: San Felix. HEX triplet: 21, 7B and 33. RGB value is (33,123,51). Sum of RGB (Red+Green+Blue) = 33+123+51=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #217B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B33 is #DE84CC. Grayscale: #585858. Windows color (decimal): -14582989 or 3373857. OLE color: 3373857.
HSL color Cylindrical-coordinate representation of color #217B33: hue angle of 132º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B33 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 51 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.52 |
| HSL | 132º | 0.58% | 0.31% | - |
| HSV(B) | 132º | 0.73% | 0.48% | - |
| XYZ | 8.31 | 14.73 | 5.54 | - |
| YUV | 87.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 51 | 0.73 | 0 | 0.59 | 0.52 | 132 | 0.58 | 0.31 |
| Hex | 21 | 7B | 33 | 49 | 0 | 3B | 34 | 84 | 3A | 1F |
| Octal | 41 | 173 | 63 | 111 | 0 | 73 | 64 | 204 | 72 | 37 |
| Binary | 100001 | 1111011 | 110011 | 1001001 | 0 | 111011 | 110100 | 10000100 | 111010 | 11111 |
Color Harmonies of #217B33
Complementary color
Monochromatic Colors of #217B33
Black with #217B33
Text Example
Text Example
White with #217B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B33; }
p { color: rgb(33,123,51); }
H1.HeaderClassName
{
color: #217B33;
}
.AnyTagClassName
{
color: #217B33;
}
</style>
background-color css
<style>
a { background-color: #217B33; }
a { background-color: rgb(33,123,51); }
div.DivClassName
{
background-color: #217B33;
}
.BgClassName
{
background-color: #217B33;
}
</style>
border-color css
<style>
span { border-color: #217B33; }
span { border-color: rgb(33,123,51); }
td.TdClassName
{
border-color: #217B33;
}
.TagClassName
{
border-color: #217B33;
}
</style>