Shades of San Felix #1F7020
Tints of San Felix #1F7020
RGB
CMYK
RGB Variations
Color information
#1F7020 (or 0x1F7020) is known color: San Felix. HEX triplet: 1F, 70 and 20. RGB value is (31,112,32). Sum of RGB (Red+Green+Blue) = 31+112+32=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7020 is #E08FDF. Grayscale: #4E4E4E. Windows color (decimal): -14716896 or 2125855. OLE color: 2125855.
HSL color Cylindrical-coordinate representation of color #1F7020: hue angle of 120.74º 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 #1F7020 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 32 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.56 |
| HSL | 120.74º | 0.57% | 0.28% | - |
| HSV(B) | 120.74º | 0.72% | 0.44% | - |
| XYZ | 6.62 | 11.98 | 3.33 | - |
| YUV | 78.66 | 101.66 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 32 | 0.72 | 0 | 0.71 | 0.56 | 120.74 | 0.57 | 0.28 |
| Hex | 1F | 70 | 20 | 48 | 0 | 47 | 38 | 79 | 39 | 1C |
| Octal | 37 | 160 | 40 | 110 | 0 | 107 | 70 | 171 | 71 | 34 |
| Binary | 11111 | 1110000 | 100000 | 1001000 | 0 | 1000111 | 111000 | 1111001 | 111001 | 11100 |
Color Harmonies of #1F7020
Complementary color
Monochromatic Colors of #1F7020
Black with #1F7020
Text Example
Text Example
White with #1F7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7020; }
p { color: rgb(31,112,32); }
H1.HeaderClassName
{
color: #1F7020;
}
.AnyTagClassName
{
color: #1F7020;
}
</style>
background-color css
<style>
a { background-color: #1F7020; }
a { background-color: rgb(31,112,32); }
div.DivClassName
{
background-color: #1F7020;
}
.BgClassName
{
background-color: #1F7020;
}
</style>
border-color css
<style>
span { border-color: #1F7020; }
span { border-color: rgb(31,112,32); }
td.TdClassName
{
border-color: #1F7020;
}
.TagClassName
{
border-color: #1F7020;
}
</style>