Shades of San Felix #1F6B23
Tints of San Felix #1F6B23
RGB
CMYK
RGB Variations
Color information
#1F6B23 (or 0x1F6B23) is known color: San Felix. HEX triplet: 1F, 6B and 23. RGB value is (31,107,35). Sum of RGB (Red+Green+Blue) = 31+107+35=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B23 is #E094DC. Grayscale: #4C4C4C. Windows color (decimal): -14718173 or 2321183. OLE color: 2321183.
HSL color Cylindrical-coordinate representation of color #1F6B23: hue angle of 123.16º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6B23 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 107 | 35 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.58 |
| HSL | 123.16º | 0.55% | 0.27% | - |
| HSV(B) | 123.16º | 0.71% | 0.42% | - |
| XYZ | 6.13 | 10.93 | 3.38 | - |
| YUV | 76.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 35 | 0.71 | 0 | 0.67 | 0.58 | 123.16 | 0.55 | 0.27 |
| Hex | 1F | 6B | 23 | 47 | 0 | 43 | 3A | 7B | 37 | 1B |
| Octal | 37 | 153 | 43 | 107 | 0 | 103 | 72 | 173 | 67 | 33 |
| Binary | 11111 | 1101011 | 100011 | 1000111 | 0 | 1000011 | 111010 | 1111011 | 110111 | 11011 |
Color Harmonies of #1F6B23
Complementary color
Monochromatic Colors of #1F6B23
Black with #1F6B23
Text Example
Text Example
White with #1F6B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6B23; }
p { color: rgb(31,107,35); }
H1.HeaderClassName
{
color: #1F6B23;
}
.AnyTagClassName
{
color: #1F6B23;
}
</style>
background-color css
<style>
a { background-color: #1F6B23; }
a { background-color: rgb(31,107,35); }
div.DivClassName
{
background-color: #1F6B23;
}
.BgClassName
{
background-color: #1F6B23;
}
</style>
border-color css
<style>
span { border-color: #1F6B23; }
span { border-color: rgb(31,107,35); }
td.TdClassName
{
border-color: #1F6B23;
}
.TagClassName
{
border-color: #1F6B23;
}
</style>