Shades of San Felix #207121
Tints of San Felix #207121
RGB
CMYK
RGB Variations
Color information
#207121 (or 0x207121) is known color: San Felix. HEX triplet: 20, 71 and 21. RGB value is (32,113,33). Sum of RGB (Red+Green+Blue) = 32+113+33=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #207121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207121 is #DF8EDE. Grayscale: #4F4F4F. Windows color (decimal): -14651103 or 2191648. OLE color: 2191648.
HSL color Cylindrical-coordinate representation of color #207121: hue angle of 120.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207121 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 33 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.56 |
| HSL | 120.74º | 0.56% | 0.28% | - |
| HSV(B) | 120.74º | 0.72% | 0.44% | - |
| XYZ | 6.78 | 12.23 | 3.44 | - |
| YUV | 79.66 | 101.66 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 33 | 0.72 | 0 | 0.71 | 0.56 | 120.74 | 0.56 | 0.28 |
| Hex | 20 | 71 | 21 | 48 | 0 | 47 | 38 | 79 | 38 | 1C |
| Octal | 40 | 161 | 41 | 110 | 0 | 107 | 70 | 171 | 70 | 34 |
| Binary | 100000 | 1110001 | 100001 | 1001000 | 0 | 1000111 | 111000 | 1111001 | 111000 | 11100 |
Color Harmonies of #207121
Complementary color
Monochromatic Colors of #207121
Black with #207121
Text Example
Text Example
White with #207121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207121; }
p { color: rgb(32,113,33); }
H1.HeaderClassName
{
color: #207121;
}
.AnyTagClassName
{
color: #207121;
}
</style>
background-color css
<style>
a { background-color: #207121; }
a { background-color: rgb(32,113,33); }
div.DivClassName
{
background-color: #207121;
}
.BgClassName
{
background-color: #207121;
}
</style>
border-color css
<style>
span { border-color: #207121; }
span { border-color: rgb(32,113,33); }
td.TdClassName
{
border-color: #207121;
}
.TagClassName
{
border-color: #207121;
}
</style>