Shades of San Felix #1F6F2B
Tints of San Felix #1F6F2B
RGB
CMYK
RGB Variations
Color information
#1F6F2B (or 0x1F6F2B) is known color: San Felix. HEX triplet: 1F, 6F and 2B. RGB value is (31,111,43). Sum of RGB (Red+Green+Blue) = 31+111+43=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6F2B is #E090D4. Grayscale: #4F4F4F. Windows color (decimal): -14717141 or 2846495. OLE color: 2846495.
HSL color Cylindrical-coordinate representation of color #1F6F2B: hue angle of 129º 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 #1F6F2B is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 43 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.56 |
| HSL | 129º | 0.56% | 0.28% | - |
| HSV(B) | 129º | 0.72% | 0.44% | - |
| XYZ | 6.69 | 11.83 | 4.22 | - |
| YUV | 79.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 43 | 0.72 | 0 | 0.61 | 0.56 | 129 | 0.56 | 0.28 |
| Hex | 1F | 6F | 2B | 48 | 0 | 3D | 38 | 81 | 38 | 1C |
| Octal | 37 | 157 | 53 | 110 | 0 | 75 | 70 | 201 | 70 | 34 |
| Binary | 11111 | 1101111 | 101011 | 1001000 | 0 | 111101 | 111000 | 10000001 | 111000 | 11100 |
Color Harmonies of #1F6F2B
Complementary color
Monochromatic Colors of #1F6F2B
Black with #1F6F2B
Text Example
Text Example
White with #1F6F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F2B; }
p { color: rgb(31,111,43); }
H1.HeaderClassName
{
color: #1F6F2B;
}
.AnyTagClassName
{
color: #1F6F2B;
}
</style>
background-color css
<style>
a { background-color: #1F6F2B; }
a { background-color: rgb(31,111,43); }
div.DivClassName
{
background-color: #1F6F2B;
}
.BgClassName
{
background-color: #1F6F2B;
}
</style>
border-color css
<style>
span { border-color: #1F6F2B; }
span { border-color: rgb(31,111,43); }
td.TdClassName
{
border-color: #1F6F2B;
}
.TagClassName
{
border-color: #1F6F2B;
}
</style>