Shades of San Felix #19701F
Tints of San Felix #19701F
RGB
CMYK
RGB Variations
Color information
#19701F (or 0x19701F) is known color: San Felix. HEX triplet: 19, 70 and 1F. RGB value is (25,112,31). Sum of RGB (Red+Green+Blue) = 25+112+31=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #19701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19701F is #E68FE0. Grayscale: #4C4C4C. Windows color (decimal): -15110113 or 2060313. OLE color: 2060313.
HSL color Cylindrical-coordinate representation of color #19701F: hue angle of 124.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19701F is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 31 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.56 |
| HSL | 124.14º | 0.64% | 0.27% | - |
| HSV(B) | 124.14º | 0.78% | 0.44% | - |
| XYZ | 6.44 | 11.89 | 3.25 | - |
| YUV | 76.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 31 | 0.78 | 0 | 0.72 | 0.56 | 124.14 | 0.64 | 0.27 |
| Hex | 19 | 70 | 1F | 4E | 0 | 48 | 38 | 7C | 40 | 1B |
| Octal | 31 | 160 | 37 | 116 | 0 | 110 | 70 | 174 | 100 | 33 |
| Binary | 11001 | 1110000 | 11111 | 1001110 | 0 | 1001000 | 111000 | 1111100 | 1000000 | 11011 |
Color Harmonies of #19701F
Complementary color
Monochromatic Colors of #19701F
Black with #19701F
Text Example
Text Example
White with #19701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19701F; }
p { color: rgb(25,112,31); }
H1.HeaderClassName
{
color: #19701F;
}
.AnyTagClassName
{
color: #19701F;
}
</style>
background-color css
<style>
a { background-color: #19701F; }
a { background-color: rgb(25,112,31); }
div.DivClassName
{
background-color: #19701F;
}
.BgClassName
{
background-color: #19701F;
}
</style>
border-color css
<style>
span { border-color: #19701F; }
span { border-color: rgb(25,112,31); }
td.TdClassName
{
border-color: #19701F;
}
.TagClassName
{
border-color: #19701F;
}
</style>