Shades of San Felix #29732D
Tints of San Felix #29732D
RGB
CMYK
RGB Variations
Color information
#29732D (or 0x29732D) is known color: San Felix. HEX triplet: 29, 73 and 2D. RGB value is (41,115,45). Sum of RGB (Red+Green+Blue) = 41+115+45=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #29732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29732D is #D68CD2. Grayscale: #555555. Windows color (decimal): -14060755 or 2978601. OLE color: 2978601.
HSL color Cylindrical-coordinate representation of color #29732D: hue angle of 123.24º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29732D is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 115 | 45 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.55 |
| HSL | 123.24º | 0.47% | 0.31% | - |
| HSV(B) | 123.24º | 0.64% | 0.45% | - |
| XYZ | 7.52 | 12.92 | 4.58 | - |
| YUV | 84.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 45 | 0.64 | 0 | 0.61 | 0.55 | 123.24 | 0.47 | 0.31 |
| Hex | 29 | 73 | 2D | 40 | 0 | 3D | 37 | 7B | 2F | 1F |
| Octal | 51 | 163 | 55 | 100 | 0 | 75 | 67 | 173 | 57 | 37 |
| Binary | 101001 | 1110011 | 101101 | 1000000 | 0 | 111101 | 110111 | 1111011 | 101111 | 11111 |
Color Harmonies of #29732D
Complementary color
Monochromatic Colors of #29732D
Black with #29732D
Text Example
Text Example
White with #29732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29732D; }
p { color: rgb(41,115,45); }
H1.HeaderClassName
{
color: #29732D;
}
.AnyTagClassName
{
color: #29732D;
}
</style>
background-color css
<style>
a { background-color: #29732D; }
a { background-color: rgb(41,115,45); }
div.DivClassName
{
background-color: #29732D;
}
.BgClassName
{
background-color: #29732D;
}
</style>
border-color css
<style>
span { border-color: #29732D; }
span { border-color: rgb(41,115,45); }
td.TdClassName
{
border-color: #29732D;
}
.TagClassName
{
border-color: #29732D;
}
</style>