Shades of San Felix #12701F
Tints of San Felix #12701F
RGB
CMYK
RGB Variations
Color information
#12701F (or 0x12701F) is known color: San Felix. HEX triplet: 12, 70 and 1F. RGB value is (18,112,31). Sum of RGB (Red+Green+Blue) = 18+112+31=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #12701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12701F is #ED8FE0. Grayscale: #4A4A4A. Windows color (decimal): -15568865 or 2060306. OLE color: 2060306.
HSL color Cylindrical-coordinate representation of color #12701F: hue angle of 128.3º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12701F is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 31 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.56 |
| HSL | 128.3º | 0.72% | 0.25% | - |
| HSV(B) | 128.3º | 0.84% | 0.44% | - |
| XYZ | 6.29 | 11.82 | 3.25 | - |
| YUV | 74.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 31 | 0.84 | 0 | 0.72 | 0.56 | 128.3 | 0.72 | 0.25 |
| Hex | 12 | 70 | 1F | 54 | 0 | 48 | 38 | 80 | 48 | 19 |
| Octal | 22 | 160 | 37 | 124 | 0 | 110 | 70 | 200 | 110 | 31 |
| Binary | 10010 | 1110000 | 11111 | 1010100 | 0 | 1001000 | 111000 | 10000000 | 1001000 | 11001 |
Color Harmonies of #12701F
Complementary color
Monochromatic Colors of #12701F
Black with #12701F
Text Example
Text Example
White with #12701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12701F; }
p { color: rgb(18,112,31); }
H1.HeaderClassName
{
color: #12701F;
}
.AnyTagClassName
{
color: #12701F;
}
</style>
background-color css
<style>
a { background-color: #12701F; }
a { background-color: rgb(18,112,31); }
div.DivClassName
{
background-color: #12701F;
}
.BgClassName
{
background-color: #12701F;
}
</style>
border-color css
<style>
span { border-color: #12701F; }
span { border-color: rgb(18,112,31); }
td.TdClassName
{
border-color: #12701F;
}
.TagClassName
{
border-color: #12701F;
}
</style>