Shades of San Felix #216D27
Tints of San Felix #216D27
RGB
CMYK
RGB Variations
Color information
#216D27 (or 0x216D27) is known color: San Felix. HEX triplet: 21, 6D and 27. RGB value is (33,109,39). Sum of RGB (Red+Green+Blue) = 33+109+39=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 109 (42.97% from 255 or 60.22% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 109 - color contains mainly: green. Hex color #216D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D27 is #DE92D8. Grayscale: #4E4E4E. Windows color (decimal): -14586585 or 2583841. OLE color: 2583841.
HSL color Cylindrical-coordinate representation of color #216D27: hue angle of 124.74º 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 #216D27 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 39 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.57 |
| HSL | 124.74º | 0.54% | 0.28% | - |
| HSV(B) | 124.74º | 0.7% | 0.43% | - |
| XYZ | 6.46 | 11.41 | 3.78 | - |
| YUV | 78.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 39 | 0.70 | 0 | 0.64 | 0.57 | 124.74 | 0.54 | 0.28 |
| Hex | 21 | 6D | 27 | 46 | 0 | 40 | 39 | 7D | 36 | 1C |
| Octal | 41 | 155 | 47 | 106 | 0 | 100 | 71 | 175 | 66 | 34 |
| Binary | 100001 | 1101101 | 100111 | 1000110 | 0 | 1000000 | 111001 | 1111101 | 110110 | 11100 |
Color Harmonies of #216D27
Complementary color
Monochromatic Colors of #216D27
Black with #216D27
Text Example
Text Example
White with #216D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D27; }
p { color: rgb(33,109,39); }
H1.HeaderClassName
{
color: #216D27;
}
.AnyTagClassName
{
color: #216D27;
}
</style>
background-color css
<style>
a { background-color: #216D27; }
a { background-color: rgb(33,109,39); }
div.DivClassName
{
background-color: #216D27;
}
.BgClassName
{
background-color: #216D27;
}
</style>
border-color css
<style>
span { border-color: #216D27; }
span { border-color: rgb(33,109,39); }
td.TdClassName
{
border-color: #216D27;
}
.TagClassName
{
border-color: #216D27;
}
</style>