Shades of San Felix #29722B
Tints of San Felix #29722B
RGB
CMYK
RGB Variations
Color information
#29722B (or 0x29722B) is known color: San Felix. HEX triplet: 29, 72 and 2B. RGB value is (41,114,43). Sum of RGB (Red+Green+Blue) = 41+114+43=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #29722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29722B is #D68DD4. Grayscale: #545454. Windows color (decimal): -14061013 or 2847273. OLE color: 2847273.
HSL color Cylindrical-coordinate representation of color #29722B: hue angle of 121.64º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29722B is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 114 | 43 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.55 |
| HSL | 121.64º | 0.47% | 0.3% | - |
| HSV(B) | 121.64º | 0.64% | 0.45% | - |
| XYZ | 7.37 | 12.68 | 4.34 | - |
| YUV | 84.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 43 | 0.64 | 0 | 0.62 | 0.55 | 121.64 | 0.47 | 0.3 |
| Hex | 29 | 72 | 2B | 40 | 0 | 3E | 37 | 7A | 2F | 1E |
| Octal | 51 | 162 | 53 | 100 | 0 | 76 | 67 | 172 | 57 | 36 |
| Binary | 101001 | 1110010 | 101011 | 1000000 | 0 | 111110 | 110111 | 1111010 | 101111 | 11110 |
Color Harmonies of #29722B
Complementary color
Monochromatic Colors of #29722B
Black with #29722B
Text Example
Text Example
White with #29722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29722B; }
p { color: rgb(41,114,43); }
H1.HeaderClassName
{
color: #29722B;
}
.AnyTagClassName
{
color: #29722B;
}
</style>
background-color css
<style>
a { background-color: #29722B; }
a { background-color: rgb(41,114,43); }
div.DivClassName
{
background-color: #29722B;
}
.BgClassName
{
background-color: #29722B;
}
</style>
border-color css
<style>
span { border-color: #29722B; }
span { border-color: rgb(41,114,43); }
td.TdClassName
{
border-color: #29722B;
}
.TagClassName
{
border-color: #29722B;
}
</style>