Shades of San Felix #19701D
Tints of San Felix #19701D
RGB
CMYK
RGB Variations
Color information
#19701D (or 0x19701D) is known color: San Felix. HEX triplet: 19, 70 and 1D. RGB value is (25,112,29). Sum of RGB (Red+Green+Blue) = 25+112+29=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #19701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19701D is #E68FE2. Grayscale: #4C4C4C. Windows color (decimal): -15110115 or 1929241. OLE color: 1929241.
HSL color Cylindrical-coordinate representation of color #19701D: hue angle of 122.76º 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 #19701D is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 29 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.56 |
| HSL | 122.76º | 0.64% | 0.27% | - |
| HSV(B) | 122.76º | 0.78% | 0.44% | - |
| XYZ | 6.42 | 11.88 | 3.12 | - |
| YUV | 76.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 29 | 0.78 | 0 | 0.74 | 0.56 | 122.76 | 0.64 | 0.27 |
| Hex | 19 | 70 | 1D | 4E | 0 | 4A | 38 | 7B | 40 | 1B |
| Octal | 31 | 160 | 35 | 116 | 0 | 112 | 70 | 173 | 100 | 33 |
| Binary | 11001 | 1110000 | 11101 | 1001110 | 0 | 1001010 | 111000 | 1111011 | 1000000 | 11011 |
Color Harmonies of #19701D
Complementary color
Monochromatic Colors of #19701D
Black with #19701D
Text Example
Text Example
White with #19701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19701D; }
p { color: rgb(25,112,29); }
H1.HeaderClassName
{
color: #19701D;
}
.AnyTagClassName
{
color: #19701D;
}
</style>
background-color css
<style>
a { background-color: #19701D; }
a { background-color: rgb(25,112,29); }
div.DivClassName
{
background-color: #19701D;
}
.BgClassName
{
background-color: #19701D;
}
</style>
border-color css
<style>
span { border-color: #19701D; }
span { border-color: rgb(25,112,29); }
td.TdClassName
{
border-color: #19701D;
}
.TagClassName
{
border-color: #19701D;
}
</style>