Shades of San Felix #1F732E
Tints of San Felix #1F732E
RGB
CMYK
RGB Variations
Color information
#1F732E (or 0x1F732E) is known color: San Felix. HEX triplet: 1F, 73 and 2E. RGB value is (31,115,46). Sum of RGB (Red+Green+Blue) = 31+115+46=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #1F732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F732E is #E08CD1. Grayscale: #525252. Windows color (decimal): -14716114 or 3044127. OLE color: 3044127.
HSL color Cylindrical-coordinate representation of color #1F732E: hue angle of 130.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F732E is Cyan = 0.73, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 46 | - |
| CMYK | 0.73 | 0 | 0.6 | 0.55 |
| HSL | 130.71º | 0.58% | 0.29% | - |
| HSV(B) | 130.71º | 0.73% | 0.45% | - |
| XYZ | 7.19 | 12.75 | 4.67 | - |
| YUV | 82.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 46 | 0.73 | 0 | 0.6 | 0.55 | 130.71 | 0.58 | 0.29 |
| Hex | 1F | 73 | 2E | 49 | 0 | 3C | 37 | 83 | 3A | 1D |
| Octal | 37 | 163 | 56 | 111 | 0 | 74 | 67 | 203 | 72 | 35 |
| Binary | 11111 | 1110011 | 101110 | 1001001 | 0 | 111100 | 110111 | 10000011 | 111010 | 11101 |
Color Harmonies of #1F732E
Complementary color
Monochromatic Colors of #1F732E
Black with #1F732E
Text Example
Text Example
White with #1F732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F732E; }
p { color: rgb(31,115,46); }
H1.HeaderClassName
{
color: #1F732E;
}
.AnyTagClassName
{
color: #1F732E;
}
</style>
background-color css
<style>
a { background-color: #1F732E; }
a { background-color: rgb(31,115,46); }
div.DivClassName
{
background-color: #1F732E;
}
.BgClassName
{
background-color: #1F732E;
}
</style>
border-color css
<style>
span { border-color: #1F732E; }
span { border-color: rgb(31,115,46); }
td.TdClassName
{
border-color: #1F732E;
}
.TagClassName
{
border-color: #1F732E;
}
</style>