Shades of San Felix #216D28
Tints of San Felix #216D28
RGB
CMYK
RGB Variations
Color information
#216D28 (or 0x216D28) is known color: San Felix. HEX triplet: 21, 6D and 28. RGB value is (33,109,40). Sum of RGB (Red+Green+Blue) = 33+109+40=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #216D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D28 is #DE92D7. Grayscale: #4E4E4E. Windows color (decimal): -14586584 or 2649377. OLE color: 2649377.
HSL color Cylindrical-coordinate representation of color #216D28: hue angle of 125.53º 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 #216D28 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 40 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.57 |
| HSL | 125.53º | 0.54% | 0.28% | - |
| HSV(B) | 125.53º | 0.7% | 0.43% | - |
| XYZ | 6.48 | 11.41 | 3.87 | - |
| YUV | 78.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 40 | 0.70 | 0 | 0.63 | 0.57 | 125.53 | 0.54 | 0.28 |
| Hex | 21 | 6D | 28 | 46 | 0 | 3F | 39 | 7E | 36 | 1C |
| Octal | 41 | 155 | 50 | 106 | 0 | 77 | 71 | 176 | 66 | 34 |
| Binary | 100001 | 1101101 | 101000 | 1000110 | 0 | 111111 | 111001 | 1111110 | 110110 | 11100 |
Color Harmonies of #216D28
Complementary color
Monochromatic Colors of #216D28
Black with #216D28
Text Example
Text Example
White with #216D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D28; }
p { color: rgb(33,109,40); }
H1.HeaderClassName
{
color: #216D28;
}
.AnyTagClassName
{
color: #216D28;
}
</style>
background-color css
<style>
a { background-color: #216D28; }
a { background-color: rgb(33,109,40); }
div.DivClassName
{
background-color: #216D28;
}
.BgClassName
{
background-color: #216D28;
}
</style>
border-color css
<style>
span { border-color: #216D28; }
span { border-color: rgb(33,109,40); }
td.TdClassName
{
border-color: #216D28;
}
.TagClassName
{
border-color: #216D28;
}
</style>