Shades of San Felix #1F701B
Tints of San Felix #1F701B
RGB
CMYK
RGB Variations
Color information
#1F701B (or 0x1F701B) is known color: San Felix. HEX triplet: 1F, 70 and 1B. RGB value is (31,112,27). Sum of RGB (Red+Green+Blue) = 31+112+27=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #1F701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F701B is #E08FE4. Grayscale: #4E4E4E. Windows color (decimal): -14716901 or 1798175. OLE color: 1798175.
HSL color Cylindrical-coordinate representation of color #1F701B: hue angle of 117.18º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F701B is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 27 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.56 |
| HSL | 117.18º | 0.61% | 0.27% | - |
| HSV(B) | 117.18º | 0.76% | 0.44% | - |
| XYZ | 6.56 | 11.96 | 3 | - |
| YUV | 78.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 27 | 0.72 | 0 | 0.76 | 0.56 | 117.18 | 0.61 | 0.27 |
| Hex | 1F | 70 | 1B | 48 | 0 | 4C | 38 | 75 | 3D | 1B |
| Octal | 37 | 160 | 33 | 110 | 0 | 114 | 70 | 165 | 75 | 33 |
| Binary | 11111 | 1110000 | 11011 | 1001000 | 0 | 1001100 | 111000 | 1110101 | 111101 | 11011 |
Color Harmonies of #1F701B
Complementary color
Monochromatic Colors of #1F701B
Black with #1F701B
Text Example
Text Example
White with #1F701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F701B; }
p { color: rgb(31,112,27); }
H1.HeaderClassName
{
color: #1F701B;
}
.AnyTagClassName
{
color: #1F701B;
}
</style>
background-color css
<style>
a { background-color: #1F701B; }
a { background-color: rgb(31,112,27); }
div.DivClassName
{
background-color: #1F701B;
}
.BgClassName
{
background-color: #1F701B;
}
</style>
border-color css
<style>
span { border-color: #1F701B; }
span { border-color: rgb(31,112,27); }
td.TdClassName
{
border-color: #1F701B;
}
.TagClassName
{
border-color: #1F701B;
}
</style>