Shades of San Felix #29681F
Tints of San Felix #29681F
RGB
CMYK
RGB Variations
Color information
#29681F (or 0x29681F) is known color: San Felix. HEX triplet: 29, 68 and 1F. RGB value is (41,104,31). Sum of RGB (Red+Green+Blue) = 41+104+31=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #29681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29681F is #D697E0. Grayscale: #4D4D4D. Windows color (decimal): -14063585 or 2058281. OLE color: 2058281.
HSL color Cylindrical-coordinate representation of color #29681F: hue angle of 111.78º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29681F is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 31 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.59 |
| HSL | 111.78º | 0.54% | 0.26% | - |
| HSV(B) | 111.78º | 0.7% | 0.41% | - |
| XYZ | 6.11 | 10.47 | 3 | - |
| YUV | 76.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 31 | 0.61 | 0 | 0.70 | 0.59 | 111.78 | 0.54 | 0.26 |
| Hex | 29 | 68 | 1F | 3D | 0 | 46 | 3B | 70 | 36 | 1A |
| Octal | 51 | 150 | 37 | 75 | 0 | 106 | 73 | 160 | 66 | 32 |
| Binary | 101001 | 1101000 | 11111 | 111101 | 0 | 1000110 | 111011 | 1110000 | 110110 | 11010 |
Color Harmonies of #29681F
Complementary color
Monochromatic Colors of #29681F
Black with #29681F
Text Example
Text Example
White with #29681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29681F; }
p { color: rgb(41,104,31); }
H1.HeaderClassName
{
color: #29681F;
}
.AnyTagClassName
{
color: #29681F;
}
</style>
background-color css
<style>
a { background-color: #29681F; }
a { background-color: rgb(41,104,31); }
div.DivClassName
{
background-color: #29681F;
}
.BgClassName
{
background-color: #29681F;
}
</style>
border-color css
<style>
span { border-color: #29681F; }
span { border-color: rgb(41,104,31); }
td.TdClassName
{
border-color: #29681F;
}
.TagClassName
{
border-color: #29681F;
}
</style>