Shades of San Felix #29661C
Tints of San Felix #29661C
RGB
CMYK
RGB Variations
Color information
#29661C (or 0x29661C) is known color: San Felix. HEX triplet: 29, 66 and 1C. RGB value is (41,102,28). Sum of RGB (Red+Green+Blue) = 41+102+28=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #29661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29661C is #D699E3. Grayscale: #4B4B4B. Windows color (decimal): -14064100 or 1861161. OLE color: 1861161.
HSL color Cylindrical-coordinate representation of color #29661C: hue angle of 109.46º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29661C is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 102 | 28 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.6 |
| HSL | 109.46º | 0.57% | 0.25% | - |
| HSV(B) | 109.46º | 0.73% | 0.4% | - |
| XYZ | 5.88 | 10.06 | 2.73 | - |
| YUV | 75.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 28 | 0.60 | 0 | 0.73 | 0.6 | 109.46 | 0.57 | 0.25 |
| Hex | 29 | 66 | 1C | 3C | 0 | 49 | 3C | 6D | 39 | 19 |
| Octal | 51 | 146 | 34 | 74 | 0 | 111 | 74 | 155 | 71 | 31 |
| Binary | 101001 | 1100110 | 11100 | 111100 | 0 | 1001001 | 111100 | 1101101 | 111001 | 11001 |
Color Harmonies of #29661C
Complementary color
Monochromatic Colors of #29661C
Black with #29661C
Text Example
Text Example
White with #29661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29661C; }
p { color: rgb(41,102,28); }
H1.HeaderClassName
{
color: #29661C;
}
.AnyTagClassName
{
color: #29661C;
}
</style>
background-color css
<style>
a { background-color: #29661C; }
a { background-color: rgb(41,102,28); }
div.DivClassName
{
background-color: #29661C;
}
.BgClassName
{
background-color: #29661C;
}
</style>
border-color css
<style>
span { border-color: #29661C; }
span { border-color: rgb(41,102,28); }
td.TdClassName
{
border-color: #29661C;
}
.TagClassName
{
border-color: #29661C;
}
</style>