Shades of San Felix #1D722C
Tints of San Felix #1D722C
RGB
CMYK
RGB Variations
Color information
#1D722C (or 0x1D722C) is known color: San Felix. HEX triplet: 1D, 72 and 2C. RGB value is (29,114,44). Sum of RGB (Red+Green+Blue) = 29+114+44=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #1D722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D722C is #E28DD3. Grayscale: #505050. Windows color (decimal): -14847444 or 2912797. OLE color: 2912797.
HSL color Cylindrical-coordinate representation of color #1D722C: hue angle of 130.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D722C is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 114 | 44 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.55 |
| HSL | 130.59º | 0.59% | 0.28% | - |
| HSV(B) | 130.59º | 0.75% | 0.45% | - |
| XYZ | 6.98 | 12.48 | 4.42 | - |
| YUV | 80.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 44 | 0.75 | 0 | 0.61 | 0.55 | 130.59 | 0.59 | 0.28 |
| Hex | 1D | 72 | 2C | 4B | 0 | 3D | 37 | 83 | 3B | 1C |
| Octal | 35 | 162 | 54 | 113 | 0 | 75 | 67 | 203 | 73 | 34 |
| Binary | 11101 | 1110010 | 101100 | 1001011 | 0 | 111101 | 110111 | 10000011 | 111011 | 11100 |
Color Harmonies of #1D722C
Complementary color
Monochromatic Colors of #1D722C
Black with #1D722C
Text Example
Text Example
White with #1D722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D722C; }
p { color: rgb(29,114,44); }
H1.HeaderClassName
{
color: #1D722C;
}
.AnyTagClassName
{
color: #1D722C;
}
</style>
background-color css
<style>
a { background-color: #1D722C; }
a { background-color: rgb(29,114,44); }
div.DivClassName
{
background-color: #1D722C;
}
.BgClassName
{
background-color: #1D722C;
}
</style>
border-color css
<style>
span { border-color: #1D722C; }
span { border-color: rgb(29,114,44); }
td.TdClassName
{
border-color: #1D722C;
}
.TagClassName
{
border-color: #1D722C;
}
</style>