Shades of San Felix #296F2C
Tints of San Felix #296F2C
RGB
CMYK
RGB Variations
Color information
#296F2C (or 0x296F2C) is known color: San Felix. HEX triplet: 29, 6F and 2C. RGB value is (41,111,44). Sum of RGB (Red+Green+Blue) = 41+111+44=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #296F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296F2C is #D690D3. Grayscale: #525252. Windows color (decimal): -14061780 or 2912041. OLE color: 2912041.
HSL color Cylindrical-coordinate representation of color #296F2C: hue angle of 122.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296F2C is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 44 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.56 |
| HSL | 122.57º | 0.46% | 0.3% | - |
| HSV(B) | 122.57º | 0.63% | 0.44% | - |
| XYZ | 7.05 | 12.02 | 4.33 | - |
| YUV | 82.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 44 | 0.63 | 0 | 0.60 | 0.56 | 122.57 | 0.46 | 0.3 |
| Hex | 29 | 6F | 2C | 3F | 0 | 3C | 38 | 7B | 2E | 1E |
| Octal | 51 | 157 | 54 | 77 | 0 | 74 | 70 | 173 | 56 | 36 |
| Binary | 101001 | 1101111 | 101100 | 111111 | 0 | 111100 | 111000 | 1111011 | 101110 | 11110 |
Color Harmonies of #296F2C
Complementary color
Monochromatic Colors of #296F2C
Black with #296F2C
Text Example
Text Example
White with #296F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F2C; }
p { color: rgb(41,111,44); }
H1.HeaderClassName
{
color: #296F2C;
}
.AnyTagClassName
{
color: #296F2C;
}
</style>
background-color css
<style>
a { background-color: #296F2C; }
a { background-color: rgb(41,111,44); }
div.DivClassName
{
background-color: #296F2C;
}
.BgClassName
{
background-color: #296F2C;
}
</style>
border-color css
<style>
span { border-color: #296F2C; }
span { border-color: rgb(41,111,44); }
td.TdClassName
{
border-color: #296F2C;
}
.TagClassName
{
border-color: #296F2C;
}
</style>