Shades of San Felix #1F6329
Tints of San Felix #1F6329
RGB
CMYK
RGB Variations
Color information
#1F6329 (or 0x1F6329) is known color: San Felix. HEX triplet: 1F, 63 and 29. RGB value is (31,99,41). Sum of RGB (Red+Green+Blue) = 31+99+41=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6329 is #E09CD6. Grayscale: #484848. Windows color (decimal): -14720215 or 2712351. OLE color: 2712351.
HSL color Cylindrical-coordinate representation of color #1F6329: hue angle of 128.82º 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 #1F6329 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 41 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.61 |
| HSL | 128.82º | 0.52% | 0.25% | - |
| HSV(B) | 128.82º | 0.69% | 0.39% | - |
| XYZ | 5.43 | 9.38 | 3.62 | - |
| YUV | 72.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 41 | 0.69 | 0 | 0.59 | 0.61 | 128.82 | 0.52 | 0.25 |
| Hex | 1F | 63 | 29 | 45 | 0 | 3B | 3D | 81 | 34 | 19 |
| Octal | 37 | 143 | 51 | 105 | 0 | 73 | 75 | 201 | 64 | 31 |
| Binary | 11111 | 1100011 | 101001 | 1000101 | 0 | 111011 | 111101 | 10000001 | 110100 | 11001 |
Color Harmonies of #1F6329
Complementary color
Monochromatic Colors of #1F6329
Black with #1F6329
Text Example
Text Example
White with #1F6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6329; }
p { color: rgb(31,99,41); }
H1.HeaderClassName
{
color: #1F6329;
}
.AnyTagClassName
{
color: #1F6329;
}
</style>
background-color css
<style>
a { background-color: #1F6329; }
a { background-color: rgb(31,99,41); }
div.DivClassName
{
background-color: #1F6329;
}
.BgClassName
{
background-color: #1F6329;
}
</style>
border-color css
<style>
span { border-color: #1F6329; }
span { border-color: rgb(31,99,41); }
td.TdClassName
{
border-color: #1F6329;
}
.TagClassName
{
border-color: #1F6329;
}
</style>