Shades of San Felix #1F7625
Tints of San Felix #1F7625
RGB
CMYK
RGB Variations
Color information
#1F7625 (or 0x1F7625) is known color: San Felix. HEX triplet: 1F, 76 and 25. RGB value is (31,118,37). Sum of RGB (Red+Green+Blue) = 31+118+37=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7625 is #E089DA. Grayscale: #525252. Windows color (decimal): -14715355 or 2455071. OLE color: 2455071.
HSL color Cylindrical-coordinate representation of color #1F7625: hue angle of 124.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7625 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 37 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.54 |
| HSL | 124.14º | 0.58% | 0.29% | - |
| HSV(B) | 124.14º | 0.74% | 0.46% | - |
| XYZ | 7.38 | 13.38 | 3.94 | - |
| YUV | 82.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 37 | 0.74 | 0 | 0.69 | 0.54 | 124.14 | 0.58 | 0.29 |
| Hex | 1F | 76 | 25 | 4A | 0 | 45 | 36 | 7C | 3A | 1D |
| Octal | 37 | 166 | 45 | 112 | 0 | 105 | 66 | 174 | 72 | 35 |
| Binary | 11111 | 1110110 | 100101 | 1001010 | 0 | 1000101 | 110110 | 1111100 | 111010 | 11101 |
Color Harmonies of #1F7625
Complementary color
Monochromatic Colors of #1F7625
Black with #1F7625
Text Example
Text Example
White with #1F7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7625; }
p { color: rgb(31,118,37); }
H1.HeaderClassName
{
color: #1F7625;
}
.AnyTagClassName
{
color: #1F7625;
}
</style>
background-color css
<style>
a { background-color: #1F7625; }
a { background-color: rgb(31,118,37); }
div.DivClassName
{
background-color: #1F7625;
}
.BgClassName
{
background-color: #1F7625;
}
</style>
border-color css
<style>
span { border-color: #1F7625; }
span { border-color: rgb(31,118,37); }
td.TdClassName
{
border-color: #1F7625;
}
.TagClassName
{
border-color: #1F7625;
}
</style>