Shades of San Felix #1F6221
Tints of San Felix #1F6221
RGB
CMYK
RGB Variations
Color information
#1F6221 (or 0x1F6221) is known color: San Felix. HEX triplet: 1F, 62 and 21. RGB value is (31,98,33). Sum of RGB (Red+Green+Blue) = 31+98+33=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6221 is #E09DDE. Grayscale: #464646. Windows color (decimal): -14720479 or 2187807. OLE color: 2187807.
HSL color Cylindrical-coordinate representation of color #1F6221: hue angle of 121.79º 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 #1F6221 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 98 | 33 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.62 |
| HSL | 121.79º | 0.52% | 0.25% | - |
| HSV(B) | 121.79º | 0.68% | 0.38% | - |
| XYZ | 5.21 | 9.14 | 2.93 | - |
| YUV | 70.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 33 | 0.68 | 0 | 0.66 | 0.62 | 121.79 | 0.52 | 0.25 |
| Hex | 1F | 62 | 21 | 44 | 0 | 42 | 3E | 7A | 34 | 19 |
| Octal | 37 | 142 | 41 | 104 | 0 | 102 | 76 | 172 | 64 | 31 |
| Binary | 11111 | 1100010 | 100001 | 1000100 | 0 | 1000010 | 111110 | 1111010 | 110100 | 11001 |
Color Harmonies of #1F6221
Complementary color
Monochromatic Colors of #1F6221
Black with #1F6221
Text Example
Text Example
White with #1F6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6221; }
p { color: rgb(31,98,33); }
H1.HeaderClassName
{
color: #1F6221;
}
.AnyTagClassName
{
color: #1F6221;
}
</style>
background-color css
<style>
a { background-color: #1F6221; }
a { background-color: rgb(31,98,33); }
div.DivClassName
{
background-color: #1F6221;
}
.BgClassName
{
background-color: #1F6221;
}
</style>
border-color css
<style>
span { border-color: #1F6221; }
span { border-color: rgb(31,98,33); }
td.TdClassName
{
border-color: #1F6221;
}
.TagClassName
{
border-color: #1F6221;
}
</style>