Shades of San Felix #15681E
Tints of San Felix #15681E
RGB
CMYK
RGB Variations
Color information
#15681E (or 0x15681E) is known color: San Felix. HEX triplet: 15, 68 and 1E. RGB value is (21,104,30). Sum of RGB (Red+Green+Blue) = 21+104+30=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #15681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15681E is #EA97E1. Grayscale: #464646. Windows color (decimal): -15374306 or 1992725. OLE color: 1992725.
HSL color Cylindrical-coordinate representation of color #15681E: hue angle of 126.51º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15681E is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 104 | 30 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.59 |
| HSL | 126.51º | 0.66% | 0.25% | - |
| HSV(B) | 126.51º | 0.8% | 0.41% | - |
| XYZ | 5.49 | 10.15 | 2.9 | - |
| YUV | 70.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 30 | 0.80 | 0 | 0.71 | 0.59 | 126.51 | 0.66 | 0.25 |
| Hex | 15 | 68 | 1E | 50 | 0 | 47 | 3B | 7F | 42 | 19 |
| Octal | 25 | 150 | 36 | 120 | 0 | 107 | 73 | 177 | 102 | 31 |
| Binary | 10101 | 1101000 | 11110 | 1010000 | 0 | 1000111 | 111011 | 1111111 | 1000010 | 11001 |
Color Harmonies of #15681E
Complementary color
Monochromatic Colors of #15681E
Black with #15681E
Text Example
Text Example
White with #15681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15681E; }
p { color: rgb(21,104,30); }
H1.HeaderClassName
{
color: #15681E;
}
.AnyTagClassName
{
color: #15681E;
}
</style>
background-color css
<style>
a { background-color: #15681E; }
a { background-color: rgb(21,104,30); }
div.DivClassName
{
background-color: #15681E;
}
.BgClassName
{
background-color: #15681E;
}
</style>
border-color css
<style>
span { border-color: #15681E; }
span { border-color: rgb(21,104,30); }
td.TdClassName
{
border-color: #15681E;
}
.TagClassName
{
border-color: #15681E;
}
</style>