Shades of San Felix #29632A
Tints of San Felix #29632A
RGB
CMYK
RGB Variations
Color information
#29632A (or 0x29632A) is known color: San Felix. HEX triplet: 29, 63 and 2A. RGB value is (41,99,42). Sum of RGB (Red+Green+Blue) = 41+99+42=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #29632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29632A is #D69CD5. Grayscale: #4B4B4B. Windows color (decimal): -14064854 or 2777897. OLE color: 2777897.
HSL color Cylindrical-coordinate representation of color #29632A: hue angle of 121.03º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29632A is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 99 | 42 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.61 |
| HSL | 121.03º | 0.41% | 0.27% | - |
| HSV(B) | 121.03º | 0.59% | 0.39% | - |
| XYZ | 5.79 | 9.56 | 3.73 | - |
| YUV | 75.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 42 | 0.59 | 0 | 0.58 | 0.61 | 121.03 | 0.41 | 0.27 |
| Hex | 29 | 63 | 2A | 3B | 0 | 3A | 3D | 79 | 29 | 1B |
| Octal | 51 | 143 | 52 | 73 | 0 | 72 | 75 | 171 | 51 | 33 |
| Binary | 101001 | 1100011 | 101010 | 111011 | 0 | 111010 | 111101 | 1111001 | 101001 | 11011 |
Color Harmonies of #29632A
Complementary color
Monochromatic Colors of #29632A
Black with #29632A
Text Example
Text Example
White with #29632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29632A; }
p { color: rgb(41,99,42); }
H1.HeaderClassName
{
color: #29632A;
}
.AnyTagClassName
{
color: #29632A;
}
</style>
background-color css
<style>
a { background-color: #29632A; }
a { background-color: rgb(41,99,42); }
div.DivClassName
{
background-color: #29632A;
}
.BgClassName
{
background-color: #29632A;
}
</style>
border-color css
<style>
span { border-color: #29632A; }
span { border-color: rgb(41,99,42); }
td.TdClassName
{
border-color: #29632A;
}
.TagClassName
{
border-color: #29632A;
}
</style>