Shades of San Felix #1F701C
Tints of San Felix #1F701C
RGB
CMYK
RGB Variations
Color information
#1F701C (or 0x1F701C) is known color: San Felix. HEX triplet: 1F, 70 and 1C. RGB value is (31,112,28). Sum of RGB (Red+Green+Blue) = 31+112+28=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #1F701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F701C is #E08FE3. Grayscale: #4E4E4E. Windows color (decimal): -14716900 or 1863711. OLE color: 1863711.
HSL color Cylindrical-coordinate representation of color #1F701C: hue angle of 117.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F701C is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 28 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.56 |
| HSL | 117.86º | 0.6% | 0.27% | - |
| HSV(B) | 117.86º | 0.75% | 0.44% | - |
| XYZ | 6.57 | 11.96 | 3.06 | - |
| YUV | 78.21 | 99.66 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 28 | 0.72 | 0 | 0.75 | 0.56 | 117.86 | 0.6 | 0.27 |
| Hex | 1F | 70 | 1C | 48 | 0 | 4B | 38 | 76 | 3C | 1B |
| Octal | 37 | 160 | 34 | 110 | 0 | 113 | 70 | 166 | 74 | 33 |
| Binary | 11111 | 1110000 | 11100 | 1001000 | 0 | 1001011 | 111000 | 1110110 | 111100 | 11011 |
Color Harmonies of #1F701C
Complementary color
Monochromatic Colors of #1F701C
Black with #1F701C
Text Example
Text Example
White with #1F701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F701C; }
p { color: rgb(31,112,28); }
H1.HeaderClassName
{
color: #1F701C;
}
.AnyTagClassName
{
color: #1F701C;
}
</style>
background-color css
<style>
a { background-color: #1F701C; }
a { background-color: rgb(31,112,28); }
div.DivClassName
{
background-color: #1F701C;
}
.BgClassName
{
background-color: #1F701C;
}
</style>
border-color css
<style>
span { border-color: #1F701C; }
span { border-color: rgb(31,112,28); }
td.TdClassName
{
border-color: #1F701C;
}
.TagClassName
{
border-color: #1F701C;
}
</style>