Shades of San Felix #1F6814
Tints of San Felix #1F6814
RGB
CMYK
RGB Variations
Color information
#1F6814 (or 0x1F6814) is known color: San Felix. HEX triplet: 1F, 68 and 14. RGB value is (31,104,20). Sum of RGB (Red+Green+Blue) = 31+104+20=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #1F6814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6814 is #E097EB. Grayscale: #484848. Windows color (decimal): -14718956 or 1337375. OLE color: 1337375.
HSL color Cylindrical-coordinate representation of color #1F6814: hue angle of 112.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F6814 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 104 | 20 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.59 |
| HSL | 112.14º | 0.68% | 0.24% | - |
| HSV(B) | 112.14º | 0.81% | 0.41% | - |
| XYZ | 5.64 | 10.24 | 2.34 | - |
| YUV | 72.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 20 | 0.70 | 0 | 0.81 | 0.59 | 112.14 | 0.68 | 0.24 |
| Hex | 1F | 68 | 14 | 46 | 0 | 51 | 3B | 70 | 44 | 18 |
| Octal | 37 | 150 | 24 | 106 | 0 | 121 | 73 | 160 | 104 | 30 |
| Binary | 11111 | 1101000 | 10100 | 1000110 | 0 | 1010001 | 111011 | 1110000 | 1000100 | 11000 |
Color Harmonies of #1F6814
Complementary color
Monochromatic Colors of #1F6814
Black with #1F6814
Text Example
Text Example
White with #1F6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6814; }
p { color: rgb(31,104,20); }
H1.HeaderClassName
{
color: #1F6814;
}
.AnyTagClassName
{
color: #1F6814;
}
</style>
background-color css
<style>
a { background-color: #1F6814; }
a { background-color: rgb(31,104,20); }
div.DivClassName
{
background-color: #1F6814;
}
.BgClassName
{
background-color: #1F6814;
}
</style>
border-color css
<style>
span { border-color: #1F6814; }
span { border-color: rgb(31,104,20); }
td.TdClassName
{
border-color: #1F6814;
}
.TagClassName
{
border-color: #1F6814;
}
</style>