Shades of San Felix #296D37
Tints of San Felix #296D37
RGB
CMYK
RGB Variations
Color information
#296D37 (or 0x296D37) is known color: San Felix. HEX triplet: 29, 6D and 37. RGB value is (41,109,55). Sum of RGB (Red+Green+Blue) = 41+109+55=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #296D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D37 is #D692C8. Grayscale: #525252. Windows color (decimal): -14062281 or 3632425. OLE color: 3632425.
HSL color Cylindrical-coordinate representation of color #296D37: hue angle of 132.35º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D37 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 55 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.57 |
| HSL | 132.35º | 0.45% | 0.29% | - |
| HSV(B) | 132.35º | 0.62% | 0.43% | - |
| XYZ | 7.07 | 11.68 | 5.5 | - |
| YUV | 82.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 55 | 0.62 | 0 | 0.50 | 0.57 | 132.35 | 0.45 | 0.29 |
| Hex | 29 | 6D | 37 | 3E | 0 | 32 | 39 | 84 | 2D | 1D |
| Octal | 51 | 155 | 67 | 76 | 0 | 62 | 71 | 204 | 55 | 35 |
| Binary | 101001 | 1101101 | 110111 | 111110 | 0 | 110010 | 111001 | 10000100 | 101101 | 11101 |
Color Harmonies of #296D37
Complementary color
Monochromatic Colors of #296D37
Black with #296D37
Text Example
Text Example
White with #296D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D37; }
p { color: rgb(41,109,55); }
H1.HeaderClassName
{
color: #296D37;
}
.AnyTagClassName
{
color: #296D37;
}
</style>
background-color css
<style>
a { background-color: #296D37; }
a { background-color: rgb(41,109,55); }
div.DivClassName
{
background-color: #296D37;
}
.BgClassName
{
background-color: #296D37;
}
</style>
border-color css
<style>
span { border-color: #296D37; }
span { border-color: rgb(41,109,55); }
td.TdClassName
{
border-color: #296D37;
}
.TagClassName
{
border-color: #296D37;
}
</style>