Shades of San Felix #1F7022
Tints of San Felix #1F7022
RGB
CMYK
RGB Variations
Color information
#1F7022 (or 0x1F7022) is known color: San Felix. HEX triplet: 1F, 70 and 22. RGB value is (31,112,34). Sum of RGB (Red+Green+Blue) = 31+112+34=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7022 is #E08FDD. Grayscale: #4F4F4F. Windows color (decimal): -14716894 or 2256927. OLE color: 2256927.
HSL color Cylindrical-coordinate representation of color #1F7022: hue angle of 122.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7022 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 34 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.56 |
| HSL | 122.22º | 0.57% | 0.28% | - |
| HSV(B) | 122.22º | 0.72% | 0.44% | - |
| XYZ | 6.65 | 12 | 3.48 | - |
| YUV | 78.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 34 | 0.72 | 0 | 0.70 | 0.56 | 122.22 | 0.57 | 0.28 |
| Hex | 1F | 70 | 22 | 48 | 0 | 46 | 38 | 7A | 39 | 1C |
| Octal | 37 | 160 | 42 | 110 | 0 | 106 | 70 | 172 | 71 | 34 |
| Binary | 11111 | 1110000 | 100010 | 1001000 | 0 | 1000110 | 111000 | 1111010 | 111001 | 11100 |
Color Harmonies of #1F7022
Complementary color
Monochromatic Colors of #1F7022
Black with #1F7022
Text Example
Text Example
White with #1F7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7022; }
p { color: rgb(31,112,34); }
H1.HeaderClassName
{
color: #1F7022;
}
.AnyTagClassName
{
color: #1F7022;
}
</style>
background-color css
<style>
a { background-color: #1F7022; }
a { background-color: rgb(31,112,34); }
div.DivClassName
{
background-color: #1F7022;
}
.BgClassName
{
background-color: #1F7022;
}
</style>
border-color css
<style>
span { border-color: #1F7022; }
span { border-color: rgb(31,112,34); }
td.TdClassName
{
border-color: #1F7022;
}
.TagClassName
{
border-color: #1F7022;
}
</style>