Shades of San Felix #18601E
Tints of San Felix #18601E
RGB
CMYK
RGB Variations
Color information
#18601E (or 0x18601E) is known color: San Felix. HEX triplet: 18, 60 and 1E. RGB value is (24,96,30). Sum of RGB (Red+Green+Blue) = 24+96+30=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #18601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18601E is #E79FE1. Grayscale: #434343. Windows color (decimal): -15179746 or 1990680. OLE color: 1990680.
HSL color Cylindrical-coordinate representation of color #18601E: hue angle of 125º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18601E is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 30 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.62 |
| HSL | 125º | 0.6% | 0.24% | - |
| HSV(B) | 125º | 0.75% | 0.38% | - |
| XYZ | 4.79 | 8.65 | 2.65 | - |
| YUV | 66.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 30 | 0.75 | 0 | 0.69 | 0.62 | 125 | 0.6 | 0.24 |
| Hex | 18 | 60 | 1E | 4B | 0 | 45 | 3E | 7D | 3C | 18 |
| Octal | 30 | 140 | 36 | 113 | 0 | 105 | 76 | 175 | 74 | 30 |
| Binary | 11000 | 1100000 | 11110 | 1001011 | 0 | 1000101 | 111110 | 1111101 | 111100 | 11000 |
Color Harmonies of #18601E
Complementary color
Monochromatic Colors of #18601E
Black with #18601E
Text Example
Text Example
White with #18601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18601E; }
p { color: rgb(24,96,30); }
H1.HeaderClassName
{
color: #18601E;
}
.AnyTagClassName
{
color: #18601E;
}
</style>
background-color css
<style>
a { background-color: #18601E; }
a { background-color: rgb(24,96,30); }
div.DivClassName
{
background-color: #18601E;
}
.BgClassName
{
background-color: #18601E;
}
</style>
border-color css
<style>
span { border-color: #18601E; }
span { border-color: rgb(24,96,30); }
td.TdClassName
{
border-color: #18601E;
}
.TagClassName
{
border-color: #18601E;
}
</style>