Shades of San Felix #29681A
Tints of San Felix #29681A
RGB
CMYK
RGB Variations
Color information
#29681A (or 0x29681A) is known color: San Felix. HEX triplet: 29, 68 and 1A. RGB value is (41,104,26). Sum of RGB (Red+Green+Blue) = 41+104+26=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #29681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29681A is #D697E5. Grayscale: #4C4C4C. Windows color (decimal): -14063590 or 1730601. OLE color: 1730601.
HSL color Cylindrical-coordinate representation of color #29681A: hue angle of 108.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29681A is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 26 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.59 |
| HSL | 108.46º | 0.6% | 0.25% | - |
| HSV(B) | 108.46º | 0.75% | 0.41% | - |
| XYZ | 6.05 | 10.45 | 2.67 | - |
| YUV | 76.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 26 | 0.61 | 0 | 0.75 | 0.59 | 108.46 | 0.6 | 0.25 |
| Hex | 29 | 68 | 1A | 3D | 0 | 4B | 3B | 6C | 3C | 19 |
| Octal | 51 | 150 | 32 | 75 | 0 | 113 | 73 | 154 | 74 | 31 |
| Binary | 101001 | 1101000 | 11010 | 111101 | 0 | 1001011 | 111011 | 1101100 | 111100 | 11001 |
Color Harmonies of #29681A
Complementary color
Monochromatic Colors of #29681A
Black with #29681A
Text Example
Text Example
White with #29681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29681A; }
p { color: rgb(41,104,26); }
H1.HeaderClassName
{
color: #29681A;
}
.AnyTagClassName
{
color: #29681A;
}
</style>
background-color css
<style>
a { background-color: #29681A; }
a { background-color: rgb(41,104,26); }
div.DivClassName
{
background-color: #29681A;
}
.BgClassName
{
background-color: #29681A;
}
</style>
border-color css
<style>
span { border-color: #29681A; }
span { border-color: rgb(41,104,26); }
td.TdClassName
{
border-color: #29681A;
}
.TagClassName
{
border-color: #29681A;
}
</style>