Shades of San Felix #216A2C
Tints of San Felix #216A2C
RGB
CMYK
RGB Variations
Color information
#216A2C (or 0x216A2C) is known color: San Felix. HEX triplet: 21, 6A and 2C. RGB value is (33,106,44). Sum of RGB (Red+Green+Blue) = 33+106+44=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #216A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216A2C is #DE95D3. Grayscale: #4D4D4D. Windows color (decimal): -14587348 or 2910753. OLE color: 2910753.
HSL color Cylindrical-coordinate representation of color #216A2C: hue angle of 129.04º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216A2C is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 106 | 44 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.58 |
| HSL | 129.04º | 0.53% | 0.27% | - |
| HSV(B) | 129.04º | 0.69% | 0.42% | - |
| XYZ | 6.24 | 10.81 | 4.14 | - |
| YUV | 77.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 44 | 0.69 | 0 | 0.58 | 0.58 | 129.04 | 0.53 | 0.27 |
| Hex | 21 | 6A | 2C | 45 | 0 | 3A | 3A | 81 | 35 | 1B |
| Octal | 41 | 152 | 54 | 105 | 0 | 72 | 72 | 201 | 65 | 33 |
| Binary | 100001 | 1101010 | 101100 | 1000101 | 0 | 111010 | 111010 | 10000001 | 110101 | 11011 |
Color Harmonies of #216A2C
Complementary color
Monochromatic Colors of #216A2C
Black with #216A2C
Text Example
Text Example
White with #216A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216A2C; }
p { color: rgb(33,106,44); }
H1.HeaderClassName
{
color: #216A2C;
}
.AnyTagClassName
{
color: #216A2C;
}
</style>
background-color css
<style>
a { background-color: #216A2C; }
a { background-color: rgb(33,106,44); }
div.DivClassName
{
background-color: #216A2C;
}
.BgClassName
{
background-color: #216A2C;
}
</style>
border-color css
<style>
span { border-color: #216A2C; }
span { border-color: rgb(33,106,44); }
td.TdClassName
{
border-color: #216A2C;
}
.TagClassName
{
border-color: #216A2C;
}
</style>