Shades of San Felix #19681E
Tints of San Felix #19681E
RGB
CMYK
RGB Variations
Color information
#19681E (or 0x19681E) is known color: San Felix. HEX triplet: 19, 68 and 1E. RGB value is (25,104,30). Sum of RGB (Red+Green+Blue) = 25+104+30=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #19681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19681E is #E697E1. Grayscale: #484848. Windows color (decimal): -15112162 or 1992729. OLE color: 1992729.
HSL color Cylindrical-coordinate representation of color #19681E: hue angle of 123.8º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19681E is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 30 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.59 |
| HSL | 123.8º | 0.61% | 0.25% | - |
| HSV(B) | 123.8º | 0.76% | 0.41% | - |
| XYZ | 5.59 | 10.2 | 2.9 | - |
| YUV | 71.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 30 | 0.76 | 0 | 0.71 | 0.59 | 123.8 | 0.61 | 0.25 |
| Hex | 19 | 68 | 1E | 4C | 0 | 47 | 3B | 7C | 3D | 19 |
| Octal | 31 | 150 | 36 | 114 | 0 | 107 | 73 | 174 | 75 | 31 |
| Binary | 11001 | 1101000 | 11110 | 1001100 | 0 | 1000111 | 111011 | 1111100 | 111101 | 11001 |
Color Harmonies of #19681E
Complementary color
Monochromatic Colors of #19681E
Black with #19681E
Text Example
Text Example
White with #19681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19681E; }
p { color: rgb(25,104,30); }
H1.HeaderClassName
{
color: #19681E;
}
.AnyTagClassName
{
color: #19681E;
}
</style>
background-color css
<style>
a { background-color: #19681E; }
a { background-color: rgb(25,104,30); }
div.DivClassName
{
background-color: #19681E;
}
.BgClassName
{
background-color: #19681E;
}
</style>
border-color css
<style>
span { border-color: #19681E; }
span { border-color: rgb(25,104,30); }
td.TdClassName
{
border-color: #19681E;
}
.TagClassName
{
border-color: #19681E;
}
</style>