Shades of San Felix #1F7127
Tints of San Felix #1F7127
RGB
CMYK
RGB Variations
Color information
#1F7127 (or 0x1F7127) is known color: San Felix. HEX triplet: 1F, 71 and 27. RGB value is (31,113,39). Sum of RGB (Red+Green+Blue) = 31+113+39=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7127 is #E08ED8. Grayscale: #505050. Windows color (decimal): -14716633 or 2584863. OLE color: 2584863.
HSL color Cylindrical-coordinate representation of color #1F7127: hue angle of 125.85º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7127 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 39 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.56 |
| HSL | 125.85º | 0.57% | 0.28% | - |
| HSV(B) | 125.85º | 0.73% | 0.44% | - |
| XYZ | 6.84 | 12.25 | 3.92 | - |
| YUV | 80.05 | 104.83 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 39 | 0.73 | 0 | 0.65 | 0.56 | 125.85 | 0.57 | 0.28 |
| Hex | 1F | 71 | 27 | 49 | 0 | 41 | 38 | 7E | 39 | 1C |
| Octal | 37 | 161 | 47 | 111 | 0 | 101 | 70 | 176 | 71 | 34 |
| Binary | 11111 | 1110001 | 100111 | 1001001 | 0 | 1000001 | 111000 | 1111110 | 111001 | 11100 |
Color Harmonies of #1F7127
Complementary color
Monochromatic Colors of #1F7127
Black with #1F7127
Text Example
Text Example
White with #1F7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7127; }
p { color: rgb(31,113,39); }
H1.HeaderClassName
{
color: #1F7127;
}
.AnyTagClassName
{
color: #1F7127;
}
</style>
background-color css
<style>
a { background-color: #1F7127; }
a { background-color: rgb(31,113,39); }
div.DivClassName
{
background-color: #1F7127;
}
.BgClassName
{
background-color: #1F7127;
}
</style>
border-color css
<style>
span { border-color: #1F7127; }
span { border-color: rgb(31,113,39); }
td.TdClassName
{
border-color: #1F7127;
}
.TagClassName
{
border-color: #1F7127;
}
</style>