Shades of San Felix #1F6913
Tints of San Felix #1F6913
RGB
CMYK
RGB Variations
Color information
#1F6913 (or 0x1F6913) is known color: San Felix. HEX triplet: 1F, 69 and 13. RGB value is (31,105,19). Sum of RGB (Red+Green+Blue) = 31+105+19=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #1F6913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6913 is #E096EC. Grayscale: #494949. Windows color (decimal): -14718701 or 1272095. OLE color: 1272095.
HSL color Cylindrical-coordinate representation of color #1F6913: hue angle of 111.63º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F6913 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 105 | 19 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.59 |
| HSL | 111.63º | 0.69% | 0.24% | - |
| HSV(B) | 111.63º | 0.82% | 0.41% | - |
| XYZ | 5.73 | 10.44 | 2.33 | - |
| YUV | 73.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 19 | 0.70 | 0 | 0.82 | 0.59 | 111.63 | 0.69 | 0.24 |
| Hex | 1F | 69 | 13 | 46 | 0 | 52 | 3B | 70 | 45 | 18 |
| Octal | 37 | 151 | 23 | 106 | 0 | 122 | 73 | 160 | 105 | 30 |
| Binary | 11111 | 1101001 | 10011 | 1000110 | 0 | 1010010 | 111011 | 1110000 | 1000101 | 11000 |
Color Harmonies of #1F6913
Complementary color
Monochromatic Colors of #1F6913
Black with #1F6913
Text Example
Text Example
White with #1F6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6913; }
p { color: rgb(31,105,19); }
H1.HeaderClassName
{
color: #1F6913;
}
.AnyTagClassName
{
color: #1F6913;
}
</style>
background-color css
<style>
a { background-color: #1F6913; }
a { background-color: rgb(31,105,19); }
div.DivClassName
{
background-color: #1F6913;
}
.BgClassName
{
background-color: #1F6913;
}
</style>
border-color css
<style>
span { border-color: #1F6913; }
span { border-color: rgb(31,105,19); }
td.TdClassName
{
border-color: #1F6913;
}
.TagClassName
{
border-color: #1F6913;
}
</style>