Shades of San Felix #1F6328
Tints of San Felix #1F6328
RGB
CMYK
RGB Variations
Color information
#1F6328 (or 0x1F6328) is known color: San Felix. HEX triplet: 1F, 63 and 28. RGB value is (31,99,40). Sum of RGB (Red+Green+Blue) = 31+99+40=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6328 is #E09CD7. Grayscale: #484848. Windows color (decimal): -14720216 or 2646815. OLE color: 2646815.
HSL color Cylindrical-coordinate representation of color #1F6328: hue angle of 127.94º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6328 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 40 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.61 |
| HSL | 127.94º | 0.52% | 0.25% | - |
| HSV(B) | 127.94º | 0.69% | 0.39% | - |
| XYZ | 5.41 | 9.37 | 3.53 | - |
| YUV | 71.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 40 | 0.69 | 0 | 0.60 | 0.61 | 127.94 | 0.52 | 0.25 |
| Hex | 1F | 63 | 28 | 45 | 0 | 3C | 3D | 80 | 34 | 19 |
| Octal | 37 | 143 | 50 | 105 | 0 | 74 | 75 | 200 | 64 | 31 |
| Binary | 11111 | 1100011 | 101000 | 1000101 | 0 | 111100 | 111101 | 10000000 | 110100 | 11001 |
Color Harmonies of #1F6328
Complementary color
Monochromatic Colors of #1F6328
Black with #1F6328
Text Example
Text Example
White with #1F6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6328; }
p { color: rgb(31,99,40); }
H1.HeaderClassName
{
color: #1F6328;
}
.AnyTagClassName
{
color: #1F6328;
}
</style>
background-color css
<style>
a { background-color: #1F6328; }
a { background-color: rgb(31,99,40); }
div.DivClassName
{
background-color: #1F6328;
}
.BgClassName
{
background-color: #1F6328;
}
</style>
border-color css
<style>
span { border-color: #1F6328; }
span { border-color: rgb(31,99,40); }
td.TdClassName
{
border-color: #1F6328;
}
.TagClassName
{
border-color: #1F6328;
}
</style>