Shades of San Felix #296A33
Tints of San Felix #296A33
RGB
CMYK
RGB Variations
Color information
#296A33 (or 0x296A33) is known color: San Felix. HEX triplet: 29, 6A and 33. RGB value is (41,106,51). Sum of RGB (Red+Green+Blue) = 41+106+51=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #296A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A33 is #D695CC. Grayscale: #505050. Windows color (decimal): -14063053 or 3369513. OLE color: 3369513.
HSL color Cylindrical-coordinate representation of color #296A33: hue angle of 129.23º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A33 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 51 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.58 |
| HSL | 129.23º | 0.44% | 0.29% | - |
| HSV(B) | 129.23º | 0.61% | 0.42% | - |
| XYZ | 6.67 | 11.02 | 4.91 | - |
| YUV | 80.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 51 | 0.61 | 0 | 0.52 | 0.58 | 129.23 | 0.44 | 0.29 |
| Hex | 29 | 6A | 33 | 3D | 0 | 34 | 3A | 81 | 2C | 1D |
| Octal | 51 | 152 | 63 | 75 | 0 | 64 | 72 | 201 | 54 | 35 |
| Binary | 101001 | 1101010 | 110011 | 111101 | 0 | 110100 | 111010 | 10000001 | 101100 | 11101 |
Color Harmonies of #296A33
Complementary color
Monochromatic Colors of #296A33
Black with #296A33
Text Example
Text Example
White with #296A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A33; }
p { color: rgb(41,106,51); }
H1.HeaderClassName
{
color: #296A33;
}
.AnyTagClassName
{
color: #296A33;
}
</style>
background-color css
<style>
a { background-color: #296A33; }
a { background-color: rgb(41,106,51); }
div.DivClassName
{
background-color: #296A33;
}
.BgClassName
{
background-color: #296A33;
}
</style>
border-color css
<style>
span { border-color: #296A33; }
span { border-color: rgb(41,106,51); }
td.TdClassName
{
border-color: #296A33;
}
.TagClassName
{
border-color: #296A33;
}
</style>