Shades of San Felix #1F6F26
Tints of San Felix #1F6F26
RGB
CMYK
RGB Variations
Color information
#1F6F26 (or 0x1F6F26) is known color: San Felix. HEX triplet: 1F, 6F and 26. RGB value is (31,111,38). Sum of RGB (Red+Green+Blue) = 31+111+38=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6F26 is #E090D9. Grayscale: #4E4E4E. Windows color (decimal): -14717146 or 2518815. OLE color: 2518815.
HSL color Cylindrical-coordinate representation of color #1F6F26: hue angle of 125.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F26 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 38 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.56 |
| HSL | 125.25º | 0.56% | 0.28% | - |
| HSV(B) | 125.25º | 0.72% | 0.44% | - |
| XYZ | 6.6 | 11.8 | 3.76 | - |
| YUV | 78.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 38 | 0.72 | 0 | 0.66 | 0.56 | 125.25 | 0.56 | 0.28 |
| Hex | 1F | 6F | 26 | 48 | 0 | 42 | 38 | 7D | 38 | 1C |
| Octal | 37 | 157 | 46 | 110 | 0 | 102 | 70 | 175 | 70 | 34 |
| Binary | 11111 | 1101111 | 100110 | 1001000 | 0 | 1000010 | 111000 | 1111101 | 111000 | 11100 |
Color Harmonies of #1F6F26
Complementary color
Monochromatic Colors of #1F6F26
Black with #1F6F26
Text Example
Text Example
White with #1F6F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F26; }
p { color: rgb(31,111,38); }
H1.HeaderClassName
{
color: #1F6F26;
}
.AnyTagClassName
{
color: #1F6F26;
}
</style>
background-color css
<style>
a { background-color: #1F6F26; }
a { background-color: rgb(31,111,38); }
div.DivClassName
{
background-color: #1F6F26;
}
.BgClassName
{
background-color: #1F6F26;
}
</style>
border-color css
<style>
span { border-color: #1F6F26; }
span { border-color: rgb(31,111,38); }
td.TdClassName
{
border-color: #1F6F26;
}
.TagClassName
{
border-color: #1F6F26;
}
</style>