Shades of San Felix #296A2F
Tints of San Felix #296A2F
RGB
CMYK
RGB Variations
Color information
#296A2F (or 0x296A2F) is known color: San Felix. HEX triplet: 29, 6A and 2F. RGB value is (41,106,47). Sum of RGB (Red+Green+Blue) = 41+106+47=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #296A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A2F is #D695D0. Grayscale: #505050. Windows color (decimal): -14063057 or 3107369. OLE color: 3107369.
HSL color Cylindrical-coordinate representation of color #296A2F: hue angle of 125.54º 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 #296A2F is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 47 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.58 |
| HSL | 125.54º | 0.44% | 0.29% | - |
| HSV(B) | 125.54º | 0.61% | 0.42% | - |
| XYZ | 6.58 | 10.98 | 4.46 | - |
| YUV | 79.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 47 | 0.61 | 0 | 0.56 | 0.58 | 125.54 | 0.44 | 0.29 |
| Hex | 29 | 6A | 2F | 3D | 0 | 38 | 3A | 7E | 2C | 1D |
| Octal | 51 | 152 | 57 | 75 | 0 | 70 | 72 | 176 | 54 | 35 |
| Binary | 101001 | 1101010 | 101111 | 111101 | 0 | 111000 | 111010 | 1111110 | 101100 | 11101 |
Color Harmonies of #296A2F
Complementary color
Monochromatic Colors of #296A2F
Black with #296A2F
Text Example
Text Example
White with #296A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A2F; }
p { color: rgb(41,106,47); }
H1.HeaderClassName
{
color: #296A2F;
}
.AnyTagClassName
{
color: #296A2F;
}
</style>
background-color css
<style>
a { background-color: #296A2F; }
a { background-color: rgb(41,106,47); }
div.DivClassName
{
background-color: #296A2F;
}
.BgClassName
{
background-color: #296A2F;
}
</style>
border-color css
<style>
span { border-color: #296A2F; }
span { border-color: rgb(41,106,47); }
td.TdClassName
{
border-color: #296A2F;
}
.TagClassName
{
border-color: #296A2F;
}
</style>