Shades of San Felix #296A23
Tints of San Felix #296A23
RGB
CMYK
RGB Variations
Color information
#296A23 (or 0x296A23) is known color: San Felix. HEX triplet: 29, 6A and 23. RGB value is (41,106,35). Sum of RGB (Red+Green+Blue) = 41+106+35=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #296A23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A23 is #D695DC. Grayscale: #4E4E4E. Windows color (decimal): -14063069 or 2320937. OLE color: 2320937.
HSL color Cylindrical-coordinate representation of color #296A23: hue angle of 114.93º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #296A23 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 35 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.58 |
| HSL | 114.93º | 0.5% | 0.28% | - |
| HSV(B) | 114.93º | 0.67% | 0.42% | - |
| XYZ | 6.37 | 10.9 | 3.36 | - |
| YUV | 78.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 35 | 0.61 | 0 | 0.67 | 0.58 | 114.93 | 0.5 | 0.28 |
| Hex | 29 | 6A | 23 | 3D | 0 | 43 | 3A | 73 | 32 | 1C |
| Octal | 51 | 152 | 43 | 75 | 0 | 103 | 72 | 163 | 62 | 34 |
| Binary | 101001 | 1101010 | 100011 | 111101 | 0 | 1000011 | 111010 | 1110011 | 110010 | 11100 |
Color Harmonies of #296A23
Complementary color
Monochromatic Colors of #296A23
Black with #296A23
Text Example
Text Example
White with #296A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A23; }
p { color: rgb(41,106,35); }
H1.HeaderClassName
{
color: #296A23;
}
.AnyTagClassName
{
color: #296A23;
}
</style>
background-color css
<style>
a { background-color: #296A23; }
a { background-color: rgb(41,106,35); }
div.DivClassName
{
background-color: #296A23;
}
.BgClassName
{
background-color: #296A23;
}
</style>
border-color css
<style>
span { border-color: #296A23; }
span { border-color: rgb(41,106,35); }
td.TdClassName
{
border-color: #296A23;
}
.TagClassName
{
border-color: #296A23;
}
</style>