Shades of San Felix #1F6A17
Tints of San Felix #1F6A17
RGB
CMYK
RGB Variations
Color information
#1F6A17 (or 0x1F6A17) is known color: San Felix. HEX triplet: 1F, 6A and 17. RGB value is (31,106,23). Sum of RGB (Red+Green+Blue) = 31+106+23=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 106 (41.80% from 255 or 66.25% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 106 - color contains mainly: green. Hex color #1F6A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6A17 is #E095E8. Grayscale: #4A4A4A. Windows color (decimal): -14718441 or 1534495. OLE color: 1534495.
HSL color Cylindrical-coordinate representation of color #1F6A17: hue angle of 114.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F6A17 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 106 | 23 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.58 |
| HSL | 114.22º | 0.64% | 0.25% | - |
| HSV(B) | 114.22º | 0.78% | 0.42% | - |
| XYZ | 5.87 | 10.66 | 2.56 | - |
| YUV | 74.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 106 | 23 | 0.71 | 0 | 0.78 | 0.58 | 114.22 | 0.64 | 0.25 |
| Hex | 1F | 6A | 17 | 47 | 0 | 4E | 3A | 72 | 40 | 19 |
| Octal | 37 | 152 | 27 | 107 | 0 | 116 | 72 | 162 | 100 | 31 |
| Binary | 11111 | 1101010 | 10111 | 1000111 | 0 | 1001110 | 111010 | 1110010 | 1000000 | 11001 |
Color Harmonies of #1F6A17
Complementary color
Monochromatic Colors of #1F6A17
Black with #1F6A17
Text Example
Text Example
White with #1F6A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6A17; }
p { color: rgb(31,106,23); }
H1.HeaderClassName
{
color: #1F6A17;
}
.AnyTagClassName
{
color: #1F6A17;
}
</style>
background-color css
<style>
a { background-color: #1F6A17; }
a { background-color: rgb(31,106,23); }
div.DivClassName
{
background-color: #1F6A17;
}
.BgClassName
{
background-color: #1F6A17;
}
</style>
border-color css
<style>
span { border-color: #1F6A17; }
span { border-color: rgb(31,106,23); }
td.TdClassName
{
border-color: #1F6A17;
}
.TagClassName
{
border-color: #1F6A17;
}
</style>