Shades of San Felix #14701F
Tints of San Felix #14701F
RGB
CMYK
RGB Variations
Color information
#14701F (or 0x14701F) is known color: San Felix. HEX triplet: 14, 70 and 1F. RGB value is (20,112,31). Sum of RGB (Red+Green+Blue) = 20+112+31=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #14701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14701F is #EB8FE0. Grayscale: #4B4B4B. Windows color (decimal): -15437793 or 2060308. OLE color: 2060308.
HSL color Cylindrical-coordinate representation of color #14701F: hue angle of 127.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14701F is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 112 | 31 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.56 |
| HSL | 127.17º | 0.7% | 0.26% | - |
| HSV(B) | 127.17º | 0.82% | 0.44% | - |
| XYZ | 6.33 | 11.84 | 3.25 | - |
| YUV | 75.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 31 | 0.82 | 0 | 0.72 | 0.56 | 127.17 | 0.7 | 0.26 |
| Hex | 14 | 70 | 1F | 52 | 0 | 48 | 38 | 7F | 46 | 1A |
| Octal | 24 | 160 | 37 | 122 | 0 | 110 | 70 | 177 | 106 | 32 |
| Binary | 10100 | 1110000 | 11111 | 1010010 | 0 | 1001000 | 111000 | 1111111 | 1000110 | 11010 |
Color Harmonies of #14701F
Complementary color
Monochromatic Colors of #14701F
Black with #14701F
Text Example
Text Example
White with #14701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14701F; }
p { color: rgb(20,112,31); }
H1.HeaderClassName
{
color: #14701F;
}
.AnyTagClassName
{
color: #14701F;
}
</style>
background-color css
<style>
a { background-color: #14701F; }
a { background-color: rgb(20,112,31); }
div.DivClassName
{
background-color: #14701F;
}
.BgClassName
{
background-color: #14701F;
}
</style>
border-color css
<style>
span { border-color: #14701F; }
span { border-color: rgb(20,112,31); }
td.TdClassName
{
border-color: #14701F;
}
.TagClassName
{
border-color: #14701F;
}
</style>