Shades of San Felix #1D7325
Tints of San Felix #1D7325
RGB
CMYK
RGB Variations
Color information
#1D7325 (or 0x1D7325) is known color: San Felix. HEX triplet: 1D, 73 and 25. RGB value is (29,115,37). Sum of RGB (Red+Green+Blue) = 29+115+37=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7325 is #E28CDA. Grayscale: #505050. Windows color (decimal): -14847195 or 2454301. OLE color: 2454301.
HSL color Cylindrical-coordinate representation of color #1D7325: hue angle of 125.58º degrees, saturation: 0.6, 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 #1D7325 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 37 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.55 |
| HSL | 125.58º | 0.6% | 0.28% | - |
| HSV(B) | 125.58º | 0.75% | 0.45% | - |
| XYZ | 6.97 | 12.66 | 3.83 | - |
| YUV | 80.39 | 103.51 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 37 | 0.75 | 0 | 0.68 | 0.55 | 125.58 | 0.6 | 0.28 |
| Hex | 1D | 73 | 25 | 4B | 0 | 44 | 37 | 7E | 3C | 1C |
| Octal | 35 | 163 | 45 | 113 | 0 | 104 | 67 | 176 | 74 | 34 |
| Binary | 11101 | 1110011 | 100101 | 1001011 | 0 | 1000100 | 110111 | 1111110 | 111100 | 11100 |
Color Harmonies of #1D7325
Complementary color
Monochromatic Colors of #1D7325
Black with #1D7325
Text Example
Text Example
White with #1D7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7325; }
p { color: rgb(29,115,37); }
H1.HeaderClassName
{
color: #1D7325;
}
.AnyTagClassName
{
color: #1D7325;
}
</style>
background-color css
<style>
a { background-color: #1D7325; }
a { background-color: rgb(29,115,37); }
div.DivClassName
{
background-color: #1D7325;
}
.BgClassName
{
background-color: #1D7325;
}
</style>
border-color css
<style>
span { border-color: #1D7325; }
span { border-color: rgb(29,115,37); }
td.TdClassName
{
border-color: #1D7325;
}
.TagClassName
{
border-color: #1D7325;
}
</style>