Shades of San Felix #1D7128
Tints of San Felix #1D7128
RGB
CMYK
RGB Variations
Color information
#1D7128 (or 0x1D7128) is known color: San Felix. HEX triplet: 1D, 71 and 28. RGB value is (29,113,40). Sum of RGB (Red+Green+Blue) = 29+113+40=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7128 is #E28ED7. Grayscale: #4F4F4F. Windows color (decimal): -14847704 or 2650397. OLE color: 2650397.
HSL color Cylindrical-coordinate representation of color #1D7128: hue angle of 127.86º 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 #1D7128 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 40 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.56 |
| HSL | 127.86º | 0.59% | 0.28% | - |
| HSV(B) | 127.86º | 0.74% | 0.44% | - |
| XYZ | 6.79 | 12.22 | 4.01 | - |
| YUV | 79.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 40 | 0.74 | 0 | 0.65 | 0.56 | 127.86 | 0.59 | 0.28 |
| Hex | 1D | 71 | 28 | 4A | 0 | 41 | 38 | 80 | 3B | 1C |
| Octal | 35 | 161 | 50 | 112 | 0 | 101 | 70 | 200 | 73 | 34 |
| Binary | 11101 | 1110001 | 101000 | 1001010 | 0 | 1000001 | 111000 | 10000000 | 111011 | 11100 |
Color Harmonies of #1D7128
Complementary color
Monochromatic Colors of #1D7128
Black with #1D7128
Text Example
Text Example
White with #1D7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7128; }
p { color: rgb(29,113,40); }
H1.HeaderClassName
{
color: #1D7128;
}
.AnyTagClassName
{
color: #1D7128;
}
</style>
background-color css
<style>
a { background-color: #1D7128; }
a { background-color: rgb(29,113,40); }
div.DivClassName
{
background-color: #1D7128;
}
.BgClassName
{
background-color: #1D7128;
}
</style>
border-color css
<style>
span { border-color: #1D7128; }
span { border-color: rgb(29,113,40); }
td.TdClassName
{
border-color: #1D7128;
}
.TagClassName
{
border-color: #1D7128;
}
</style>