Shades of San Felix #18701E
Tints of San Felix #18701E
RGB
CMYK
RGB Variations
Color information
#18701E (or 0x18701E) is known color: San Felix. HEX triplet: 18, 70 and 1E. RGB value is (24,112,30). Sum of RGB (Red+Green+Blue) = 24+112+30=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #18701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18701E is #E78FE1. Grayscale: #4C4C4C. Windows color (decimal): -15175650 or 1994776. OLE color: 1994776.
HSL color Cylindrical-coordinate representation of color #18701E: hue angle of 124.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18701E is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 112 | 30 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.56 |
| HSL | 124.09º | 0.65% | 0.27% | - |
| HSV(B) | 124.09º | 0.79% | 0.44% | - |
| XYZ | 6.41 | 11.88 | 3.18 | - |
| YUV | 76.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 30 | 0.79 | 0 | 0.73 | 0.56 | 124.09 | 0.65 | 0.27 |
| Hex | 18 | 70 | 1E | 4F | 0 | 49 | 38 | 7C | 41 | 1B |
| Octal | 30 | 160 | 36 | 117 | 0 | 111 | 70 | 174 | 101 | 33 |
| Binary | 11000 | 1110000 | 11110 | 1001111 | 0 | 1001001 | 111000 | 1111100 | 1000001 | 11011 |
Color Harmonies of #18701E
Complementary color
Monochromatic Colors of #18701E
Black with #18701E
Text Example
Text Example
White with #18701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18701E; }
p { color: rgb(24,112,30); }
H1.HeaderClassName
{
color: #18701E;
}
.AnyTagClassName
{
color: #18701E;
}
</style>
background-color css
<style>
a { background-color: #18701E; }
a { background-color: rgb(24,112,30); }
div.DivClassName
{
background-color: #18701E;
}
.BgClassName
{
background-color: #18701E;
}
</style>
border-color css
<style>
span { border-color: #18701E; }
span { border-color: rgb(24,112,30); }
td.TdClassName
{
border-color: #18701E;
}
.TagClassName
{
border-color: #18701E;
}
</style>