Shades of San Felix #1D7625
Tints of San Felix #1D7625
RGB
CMYK
RGB Variations
Color information
#1D7625 (or 0x1D7625) is known color: San Felix. HEX triplet: 1D, 76 and 25. RGB value is (29,118,37). Sum of RGB (Red+Green+Blue) = 29+118+37=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7625 is #E289DA. Grayscale: #525252. Windows color (decimal): -14846427 or 2455069. OLE color: 2455069.
HSL color Cylindrical-coordinate representation of color #1D7625: hue angle of 125.39º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7625 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 37 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.54 |
| HSL | 125.39º | 0.61% | 0.29% | - |
| HSV(B) | 125.39º | 0.75% | 0.46% | - |
| XYZ | 7.32 | 13.35 | 3.94 | - |
| YUV | 82.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 37 | 0.75 | 0 | 0.69 | 0.54 | 125.39 | 0.61 | 0.29 |
| Hex | 1D | 76 | 25 | 4B | 0 | 45 | 36 | 7D | 3D | 1D |
| Octal | 35 | 166 | 45 | 113 | 0 | 105 | 66 | 175 | 75 | 35 |
| Binary | 11101 | 1110110 | 100101 | 1001011 | 0 | 1000101 | 110110 | 1111101 | 111101 | 11101 |
Color Harmonies of #1D7625
Complementary color
Monochromatic Colors of #1D7625
Black with #1D7625
Text Example
Text Example
White with #1D7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7625; }
p { color: rgb(29,118,37); }
H1.HeaderClassName
{
color: #1D7625;
}
.AnyTagClassName
{
color: #1D7625;
}
</style>
background-color css
<style>
a { background-color: #1D7625; }
a { background-color: rgb(29,118,37); }
div.DivClassName
{
background-color: #1D7625;
}
.BgClassName
{
background-color: #1D7625;
}
</style>
border-color css
<style>
span { border-color: #1D7625; }
span { border-color: rgb(29,118,37); }
td.TdClassName
{
border-color: #1D7625;
}
.TagClassName
{
border-color: #1D7625;
}
</style>