Shades of San Felix #1F7827
Tints of San Felix #1F7827
RGB
CMYK
RGB Variations
Color information
#1F7827 (or 0x1F7827) is known color: San Felix. HEX triplet: 1F, 78 and 27. RGB value is (31,120,39). Sum of RGB (Red+Green+Blue) = 31+120+39=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7827 is #E087D8. Grayscale: #545454. Windows color (decimal): -14714841 or 2586655. OLE color: 2586655.
HSL color Cylindrical-coordinate representation of color #1F7827: hue angle of 125.39º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7827 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 39 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.53 |
| HSL | 125.39º | 0.59% | 0.3% | - |
| HSV(B) | 125.39º | 0.74% | 0.47% | - |
| XYZ | 7.65 | 13.87 | 4.19 | - |
| YUV | 84.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 39 | 0.74 | 0 | 0.67 | 0.53 | 125.39 | 0.59 | 0.3 |
| Hex | 1F | 78 | 27 | 4A | 0 | 43 | 35 | 7D | 3B | 1E |
| Octal | 37 | 170 | 47 | 112 | 0 | 103 | 65 | 175 | 73 | 36 |
| Binary | 11111 | 1111000 | 100111 | 1001010 | 0 | 1000011 | 110101 | 1111101 | 111011 | 11110 |
Color Harmonies of #1F7827
Complementary color
Monochromatic Colors of #1F7827
Black with #1F7827
Text Example
Text Example
White with #1F7827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7827; }
p { color: rgb(31,120,39); }
H1.HeaderClassName
{
color: #1F7827;
}
.AnyTagClassName
{
color: #1F7827;
}
</style>
background-color css
<style>
a { background-color: #1F7827; }
a { background-color: rgb(31,120,39); }
div.DivClassName
{
background-color: #1F7827;
}
.BgClassName
{
background-color: #1F7827;
}
</style>
border-color css
<style>
span { border-color: #1F7827; }
span { border-color: rgb(31,120,39); }
td.TdClassName
{
border-color: #1F7827;
}
.TagClassName
{
border-color: #1F7827;
}
</style>