Shades of San Felix #216E2B
Tints of San Felix #216E2B
RGB
CMYK
RGB Variations
Color information
#216E2B (or 0x216E2B) is known color: San Felix. HEX triplet: 21, 6E and 2B. RGB value is (33,110,43). Sum of RGB (Red+Green+Blue) = 33+110+43=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #216E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216E2B is #DE91D4. Grayscale: #4F4F4F. Windows color (decimal): -14586325 or 2846241. OLE color: 2846241.
HSL color Cylindrical-coordinate representation of color #216E2B: hue angle of 127.79º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E2B is Cyan = 0.7, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 110 | 43 | - |
| CMYK | 0.7 | 0 | 0.61 | 0.57 |
| HSL | 127.79º | 0.54% | 0.28% | - |
| HSV(B) | 127.79º | 0.7% | 0.43% | - |
| XYZ | 6.64 | 11.65 | 4.18 | - |
| YUV | 79.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 43 | 0.7 | 0 | 0.61 | 0.57 | 127.79 | 0.54 | 0.28 |
| Hex | 21 | 6E | 2B | 46 | 0 | 3D | 39 | 80 | 36 | 1C |
| Octal | 41 | 156 | 53 | 106 | 0 | 75 | 71 | 200 | 66 | 34 |
| Binary | 100001 | 1101110 | 101011 | 1000110 | 0 | 111101 | 111001 | 10000000 | 110110 | 11100 |
Color Harmonies of #216E2B
Complementary color
Monochromatic Colors of #216E2B
Black with #216E2B
Text Example
Text Example
White with #216E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E2B; }
p { color: rgb(33,110,43); }
H1.HeaderClassName
{
color: #216E2B;
}
.AnyTagClassName
{
color: #216E2B;
}
</style>
background-color css
<style>
a { background-color: #216E2B; }
a { background-color: rgb(33,110,43); }
div.DivClassName
{
background-color: #216E2B;
}
.BgClassName
{
background-color: #216E2B;
}
</style>
border-color css
<style>
span { border-color: #216E2B; }
span { border-color: rgb(33,110,43); }
td.TdClassName
{
border-color: #216E2B;
}
.TagClassName
{
border-color: #216E2B;
}
</style>