Shades of San Felix #216C2D
Tints of San Felix #216C2D
RGB
CMYK
RGB Variations
Color information
#216C2D (or 0x216C2D) is known color: San Felix. HEX triplet: 21, 6C and 2D. RGB value is (33,108,45). Sum of RGB (Red+Green+Blue) = 33+108+45=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #216C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216C2D is #DE93D2. Grayscale: #4E4E4E. Windows color (decimal): -14586835 or 2976801. OLE color: 2976801.
HSL color Cylindrical-coordinate representation of color #216C2D: hue angle of 129.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216C2D is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 108 | 45 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.58 |
| HSL | 129.6º | 0.53% | 0.28% | - |
| HSV(B) | 129.6º | 0.69% | 0.42% | - |
| XYZ | 6.46 | 11.24 | 4.31 | - |
| YUV | 78.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 45 | 0.69 | 0 | 0.58 | 0.58 | 129.6 | 0.53 | 0.28 |
| Hex | 21 | 6C | 2D | 45 | 0 | 3A | 3A | 82 | 35 | 1C |
| Octal | 41 | 154 | 55 | 105 | 0 | 72 | 72 | 202 | 65 | 34 |
| Binary | 100001 | 1101100 | 101101 | 1000101 | 0 | 111010 | 111010 | 10000010 | 110101 | 11100 |
Color Harmonies of #216C2D
Complementary color
Monochromatic Colors of #216C2D
Black with #216C2D
Text Example
Text Example
White with #216C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C2D; }
p { color: rgb(33,108,45); }
H1.HeaderClassName
{
color: #216C2D;
}
.AnyTagClassName
{
color: #216C2D;
}
</style>
background-color css
<style>
a { background-color: #216C2D; }
a { background-color: rgb(33,108,45); }
div.DivClassName
{
background-color: #216C2D;
}
.BgClassName
{
background-color: #216C2D;
}
</style>
border-color css
<style>
span { border-color: #216C2D; }
span { border-color: rgb(33,108,45); }
td.TdClassName
{
border-color: #216C2D;
}
.TagClassName
{
border-color: #216C2D;
}
</style>