Shades of San Felix #1D712A
Tints of San Felix #1D712A
RGB
CMYK
RGB Variations
Color information
#1D712A (or 0x1D712A) is known color: San Felix. HEX triplet: 1D, 71 and 2A. RGB value is (29,113,42). Sum of RGB (Red+Green+Blue) = 29+113+42=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #1D712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D712A is #E28ED5. Grayscale: #4F4F4F. Windows color (decimal): -14847702 or 2781469. OLE color: 2781469.
HSL color Cylindrical-coordinate representation of color #1D712A: hue angle of 129.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D712A is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 42 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.56 |
| HSL | 129.29º | 0.59% | 0.28% | - |
| HSV(B) | 129.29º | 0.74% | 0.44% | - |
| XYZ | 6.83 | 12.24 | 4.19 | - |
| YUV | 79.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 42 | 0.74 | 0 | 0.63 | 0.56 | 129.29 | 0.59 | 0.28 |
| Hex | 1D | 71 | 2A | 4A | 0 | 3F | 38 | 81 | 3B | 1C |
| Octal | 35 | 161 | 52 | 112 | 0 | 77 | 70 | 201 | 73 | 34 |
| Binary | 11101 | 1110001 | 101010 | 1001010 | 0 | 111111 | 111000 | 10000001 | 111011 | 11100 |
Color Harmonies of #1D712A
Complementary color
Monochromatic Colors of #1D712A
Black with #1D712A
Text Example
Text Example
White with #1D712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D712A; }
p { color: rgb(29,113,42); }
H1.HeaderClassName
{
color: #1D712A;
}
.AnyTagClassName
{
color: #1D712A;
}
</style>
background-color css
<style>
a { background-color: #1D712A; }
a { background-color: rgb(29,113,42); }
div.DivClassName
{
background-color: #1D712A;
}
.BgClassName
{
background-color: #1D712A;
}
</style>
border-color css
<style>
span { border-color: #1D712A; }
span { border-color: rgb(29,113,42); }
td.TdClassName
{
border-color: #1D712A;
}
.TagClassName
{
border-color: #1D712A;
}
</style>