Shades of San Felix #1F6120
Tints of San Felix #1F6120
RGB
CMYK
RGB Variations
Color information
#1F6120 (or 0x1F6120) is known color: San Felix. HEX triplet: 1F, 61 and 20. RGB value is (31,97,32). Sum of RGB (Red+Green+Blue) = 31+97+32=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6120 is #E09EDF. Grayscale: #464646. Windows color (decimal): -14720736 or 2122015. OLE color: 2122015.
HSL color Cylindrical-coordinate representation of color #1F6120: hue angle of 120.91º degrees, saturation: 0.52, 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 #1F6120 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 32 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.62 |
| HSL | 120.91º | 0.52% | 0.25% | - |
| HSV(B) | 120.91º | 0.68% | 0.38% | - |
| XYZ | 5.1 | 8.94 | 2.82 | - |
| YUV | 69.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 32 | 0.68 | 0 | 0.67 | 0.62 | 120.91 | 0.52 | 0.25 |
| Hex | 1F | 61 | 20 | 44 | 0 | 43 | 3E | 79 | 34 | 19 |
| Octal | 37 | 141 | 40 | 104 | 0 | 103 | 76 | 171 | 64 | 31 |
| Binary | 11111 | 1100001 | 100000 | 1000100 | 0 | 1000011 | 111110 | 1111001 | 110100 | 11001 |
Color Harmonies of #1F6120
Complementary color
Monochromatic Colors of #1F6120
Black with #1F6120
Text Example
Text Example
White with #1F6120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6120; }
p { color: rgb(31,97,32); }
H1.HeaderClassName
{
color: #1F6120;
}
.AnyTagClassName
{
color: #1F6120;
}
</style>
background-color css
<style>
a { background-color: #1F6120; }
a { background-color: rgb(31,97,32); }
div.DivClassName
{
background-color: #1F6120;
}
.BgClassName
{
background-color: #1F6120;
}
</style>
border-color css
<style>
span { border-color: #1F6120; }
span { border-color: rgb(31,97,32); }
td.TdClassName
{
border-color: #1F6120;
}
.TagClassName
{
border-color: #1F6120;
}
</style>