Shades of San Felix #296D2B
Tints of San Felix #296D2B
RGB
CMYK
RGB Variations
Color information
#296D2B (or 0x296D2B) is known color: San Felix. HEX triplet: 29, 6D and 2B. RGB value is (41,109,43). Sum of RGB (Red+Green+Blue) = 41+109+43=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #296D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D2B is #D692D4. Grayscale: #515151. Windows color (decimal): -14062293 or 2845993. OLE color: 2845993.
HSL color Cylindrical-coordinate representation of color #296D2B: hue angle of 121.76º 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 #296D2B is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 43 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.57 |
| HSL | 121.76º | 0.45% | 0.29% | - |
| HSV(B) | 121.76º | 0.62% | 0.43% | - |
| XYZ | 6.82 | 11.58 | 4.16 | - |
| YUV | 81.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 43 | 0.62 | 0 | 0.61 | 0.57 | 121.76 | 0.45 | 0.29 |
| Hex | 29 | 6D | 2B | 3E | 0 | 3D | 39 | 7A | 2D | 1D |
| Octal | 51 | 155 | 53 | 76 | 0 | 75 | 71 | 172 | 55 | 35 |
| Binary | 101001 | 1101101 | 101011 | 111110 | 0 | 111101 | 111001 | 1111010 | 101101 | 11101 |
Color Harmonies of #296D2B
Complementary color
Monochromatic Colors of #296D2B
Black with #296D2B
Text Example
Text Example
White with #296D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D2B; }
p { color: rgb(41,109,43); }
H1.HeaderClassName
{
color: #296D2B;
}
.AnyTagClassName
{
color: #296D2B;
}
</style>
background-color css
<style>
a { background-color: #296D2B; }
a { background-color: rgb(41,109,43); }
div.DivClassName
{
background-color: #296D2B;
}
.BgClassName
{
background-color: #296D2B;
}
</style>
border-color css
<style>
span { border-color: #296D2B; }
span { border-color: rgb(41,109,43); }
td.TdClassName
{
border-color: #296D2B;
}
.TagClassName
{
border-color: #296D2B;
}
</style>