Shades of San Felix #29722A
Tints of San Felix #29722A
RGB
CMYK
RGB Variations
Color information
#29722A (or 0x29722A) is known color: San Felix. HEX triplet: 29, 72 and 2A. RGB value is (41,114,42). Sum of RGB (Red+Green+Blue) = 41+114+42=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #29722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29722A is #D68DD5. Grayscale: #545454. Windows color (decimal): -14061014 or 2781737. OLE color: 2781737.
HSL color Cylindrical-coordinate representation of color #29722A: hue angle of 120.82º 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 #29722A is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 114 | 42 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.55 |
| HSL | 120.82º | 0.47% | 0.3% | - |
| HSV(B) | 120.82º | 0.64% | 0.45% | - |
| XYZ | 7.35 | 12.67 | 4.25 | - |
| YUV | 83.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 42 | 0.64 | 0 | 0.63 | 0.55 | 120.82 | 0.47 | 0.3 |
| Hex | 29 | 72 | 2A | 40 | 0 | 3F | 37 | 79 | 2F | 1E |
| Octal | 51 | 162 | 52 | 100 | 0 | 77 | 67 | 171 | 57 | 36 |
| Binary | 101001 | 1110010 | 101010 | 1000000 | 0 | 111111 | 110111 | 1111001 | 101111 | 11110 |
Color Harmonies of #29722A
Complementary color
Monochromatic Colors of #29722A
Black with #29722A
Text Example
Text Example
White with #29722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29722A; }
p { color: rgb(41,114,42); }
H1.HeaderClassName
{
color: #29722A;
}
.AnyTagClassName
{
color: #29722A;
}
</style>
background-color css
<style>
a { background-color: #29722A; }
a { background-color: rgb(41,114,42); }
div.DivClassName
{
background-color: #29722A;
}
.BgClassName
{
background-color: #29722A;
}
</style>
border-color css
<style>
span { border-color: #29722A; }
span { border-color: rgb(41,114,42); }
td.TdClassName
{
border-color: #29722A;
}
.TagClassName
{
border-color: #29722A;
}
</style>