Shades of San Felix #1F712D
Tints of San Felix #1F712D
RGB
CMYK
RGB Variations
Color information
#1F712D (or 0x1F712D) is known color: San Felix. HEX triplet: 1F, 71 and 2D. RGB value is (31,113,45). Sum of RGB (Red+Green+Blue) = 31+113+45=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #1F712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F712D is #E08ED2. Grayscale: #505050. Windows color (decimal): -14716627 or 2978079. OLE color: 2978079.
HSL color Cylindrical-coordinate representation of color #1F712D: hue angle of 130.24º 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 #1F712D is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 113 | 45 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.56 |
| HSL | 130.24º | 0.57% | 0.28% | - |
| HSV(B) | 130.24º | 0.73% | 0.44% | - |
| XYZ | 6.94 | 12.29 | 4.49 | - |
| YUV | 80.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 45 | 0.73 | 0 | 0.60 | 0.56 | 130.24 | 0.57 | 0.28 |
| Hex | 1F | 71 | 2D | 49 | 0 | 3C | 38 | 82 | 39 | 1C |
| Octal | 37 | 161 | 55 | 111 | 0 | 74 | 70 | 202 | 71 | 34 |
| Binary | 11111 | 1110001 | 101101 | 1001001 | 0 | 111100 | 111000 | 10000010 | 111001 | 11100 |
Color Harmonies of #1F712D
Complementary color
Monochromatic Colors of #1F712D
Black with #1F712D
Text Example
Text Example
White with #1F712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F712D; }
p { color: rgb(31,113,45); }
H1.HeaderClassName
{
color: #1F712D;
}
.AnyTagClassName
{
color: #1F712D;
}
</style>
background-color css
<style>
a { background-color: #1F712D; }
a { background-color: rgb(31,113,45); }
div.DivClassName
{
background-color: #1F712D;
}
.BgClassName
{
background-color: #1F712D;
}
</style>
border-color css
<style>
span { border-color: #1F712D; }
span { border-color: rgb(31,113,45); }
td.TdClassName
{
border-color: #1F712D;
}
.TagClassName
{
border-color: #1F712D;
}
</style>