Shades of San Felix #216929
Tints of San Felix #216929
RGB
CMYK
RGB Variations
Color information
#216929 (or 0x216929) is known color: San Felix. HEX triplet: 21, 69 and 29. RGB value is (33,105,41). Sum of RGB (Red+Green+Blue) = 33+105+41=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #216929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216929 is #DE96D6. Grayscale: #4C4C4C. Windows color (decimal): -14587607 or 2713889. OLE color: 2713889.
HSL color Cylindrical-coordinate representation of color #216929: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216929 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 105 | 41 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.59 |
| HSL | 126.67º | 0.52% | 0.27% | - |
| HSV(B) | 126.67º | 0.69% | 0.41% | - |
| XYZ | 6.08 | 10.59 | 3.82 | - |
| YUV | 76.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 41 | 0.69 | 0 | 0.61 | 0.59 | 126.67 | 0.52 | 0.27 |
| Hex | 21 | 69 | 29 | 45 | 0 | 3D | 3B | 7F | 34 | 1B |
| Octal | 41 | 151 | 51 | 105 | 0 | 75 | 73 | 177 | 64 | 33 |
| Binary | 100001 | 1101001 | 101001 | 1000101 | 0 | 111101 | 111011 | 1111111 | 110100 | 11011 |
Color Harmonies of #216929
Complementary color
Monochromatic Colors of #216929
Black with #216929
Text Example
Text Example
White with #216929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216929; }
p { color: rgb(33,105,41); }
H1.HeaderClassName
{
color: #216929;
}
.AnyTagClassName
{
color: #216929;
}
</style>
background-color css
<style>
a { background-color: #216929; }
a { background-color: rgb(33,105,41); }
div.DivClassName
{
background-color: #216929;
}
.BgClassName
{
background-color: #216929;
}
</style>
border-color css
<style>
span { border-color: #216929; }
span { border-color: rgb(33,105,41); }
td.TdClassName
{
border-color: #216929;
}
.TagClassName
{
border-color: #216929;
}
</style>