Shades of San Felix #14721F
Tints of San Felix #14721F
RGB
CMYK
RGB Variations
Color information
#14721F (or 0x14721F) is known color: San Felix. HEX triplet: 14, 72 and 1F. RGB value is (20,114,31). Sum of RGB (Red+Green+Blue) = 20+114+31=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #14721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14721F is #EB8DE0. Grayscale: #4C4C4C. Windows color (decimal): -15437281 or 2060820. OLE color: 2060820.
HSL color Cylindrical-coordinate representation of color #14721F: hue angle of 127.02º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14721F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 31 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.55 |
| HSL | 127.02º | 0.7% | 0.26% | - |
| HSV(B) | 127.02º | 0.82% | 0.45% | - |
| XYZ | 6.55 | 12.28 | 3.32 | - |
| YUV | 76.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 31 | 0.82 | 0 | 0.73 | 0.55 | 127.02 | 0.7 | 0.26 |
| Hex | 14 | 72 | 1F | 52 | 0 | 49 | 37 | 7F | 46 | 1A |
| Octal | 24 | 162 | 37 | 122 | 0 | 111 | 67 | 177 | 106 | 32 |
| Binary | 10100 | 1110010 | 11111 | 1010010 | 0 | 1001001 | 110111 | 1111111 | 1000110 | 11010 |
Color Harmonies of #14721F
Complementary color
Monochromatic Colors of #14721F
Black with #14721F
Text Example
Text Example
White with #14721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14721F; }
p { color: rgb(20,114,31); }
H1.HeaderClassName
{
color: #14721F;
}
.AnyTagClassName
{
color: #14721F;
}
</style>
background-color css
<style>
a { background-color: #14721F; }
a { background-color: rgb(20,114,31); }
div.DivClassName
{
background-color: #14721F;
}
.BgClassName
{
background-color: #14721F;
}
</style>
border-color css
<style>
span { border-color: #14721F; }
span { border-color: rgb(20,114,31); }
td.TdClassName
{
border-color: #14721F;
}
.TagClassName
{
border-color: #14721F;
}
</style>