Shades of San Felix #296B1C
Tints of San Felix #296B1C
RGB
CMYK
RGB Variations
Color information
#296B1C (or 0x296B1C) is known color: San Felix. HEX triplet: 29, 6B and 1C. RGB value is (41,107,28). Sum of RGB (Red+Green+Blue) = 41+107+28=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #296B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B1C is #D694E3. Grayscale: #4E4E4E. Windows color (decimal): -14062820 or 1862441. OLE color: 1862441.
HSL color Cylindrical-coordinate representation of color #296B1C: hue angle of 110.13º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #296B1C is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 28 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.58 |
| HSL | 110.13º | 0.59% | 0.26% | - |
| HSV(B) | 110.13º | 0.74% | 0.42% | - |
| XYZ | 6.38 | 11.07 | 2.9 | - |
| YUV | 78.26 | 99.63 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 28 | 0.62 | 0 | 0.74 | 0.58 | 110.13 | 0.59 | 0.26 |
| Hex | 29 | 6B | 1C | 3E | 0 | 4A | 3A | 6E | 3B | 1A |
| Octal | 51 | 153 | 34 | 76 | 0 | 112 | 72 | 156 | 73 | 32 |
| Binary | 101001 | 1101011 | 11100 | 111110 | 0 | 1001010 | 111010 | 1101110 | 111011 | 11010 |
Color Harmonies of #296B1C
Complementary color
Monochromatic Colors of #296B1C
Black with #296B1C
Text Example
Text Example
White with #296B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B1C; }
p { color: rgb(41,107,28); }
H1.HeaderClassName
{
color: #296B1C;
}
.AnyTagClassName
{
color: #296B1C;
}
</style>
background-color css
<style>
a { background-color: #296B1C; }
a { background-color: rgb(41,107,28); }
div.DivClassName
{
background-color: #296B1C;
}
.BgClassName
{
background-color: #296B1C;
}
</style>
border-color css
<style>
span { border-color: #296B1C; }
span { border-color: rgb(41,107,28); }
td.TdClassName
{
border-color: #296B1C;
}
.TagClassName
{
border-color: #296B1C;
}
</style>