Shades of San Felix #1F6020
Tints of San Felix #1F6020
RGB
CMYK
RGB Variations
Color information
#1F6020 (or 0x1F6020) is known color: San Felix. HEX triplet: 1F, 60 and 20. RGB value is (31,96,32). Sum of RGB (Red+Green+Blue) = 31+96+32=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6020 is #E09FDF. Grayscale: #454545. Windows color (decimal): -14720992 or 2121759. OLE color: 2121759.
HSL color Cylindrical-coordinate representation of color #1F6020: hue angle of 120.92º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6020 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 32 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.62 |
| HSL | 120.92º | 0.51% | 0.25% | - |
| HSV(B) | 120.92º | 0.68% | 0.38% | - |
| XYZ | 5.01 | 8.76 | 2.79 | - |
| YUV | 69.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 32 | 0.68 | 0 | 0.67 | 0.62 | 120.92 | 0.51 | 0.25 |
| Hex | 1F | 60 | 20 | 44 | 0 | 43 | 3E | 79 | 33 | 19 |
| Octal | 37 | 140 | 40 | 104 | 0 | 103 | 76 | 171 | 63 | 31 |
| Binary | 11111 | 1100000 | 100000 | 1000100 | 0 | 1000011 | 111110 | 1111001 | 110011 | 11001 |
Color Harmonies of #1F6020
Complementary color
Monochromatic Colors of #1F6020
Black with #1F6020
Text Example
Text Example
White with #1F6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6020; }
p { color: rgb(31,96,32); }
H1.HeaderClassName
{
color: #1F6020;
}
.AnyTagClassName
{
color: #1F6020;
}
</style>
background-color css
<style>
a { background-color: #1F6020; }
a { background-color: rgb(31,96,32); }
div.DivClassName
{
background-color: #1F6020;
}
.BgClassName
{
background-color: #1F6020;
}
</style>
border-color css
<style>
span { border-color: #1F6020; }
span { border-color: rgb(31,96,32); }
td.TdClassName
{
border-color: #1F6020;
}
.TagClassName
{
border-color: #1F6020;
}
</style>