Shades of San Felix #17601D
Tints of San Felix #17601D
RGB
CMYK
RGB Variations
Color information
#17601D (or 0x17601D) is known color: San Felix. HEX triplet: 17, 60 and 1D. RGB value is (23,96,29). Sum of RGB (Red+Green+Blue) = 23+96+29=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #17601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17601D is #E89FE2. Grayscale: #424242. Windows color (decimal): -15245283 or 1925143. OLE color: 1925143.
HSL color Cylindrical-coordinate representation of color #17601D: hue angle of 124.93º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17601D is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 29 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.62 |
| HSL | 124.93º | 0.61% | 0.23% | - |
| HSV(B) | 124.93º | 0.76% | 0.38% | - |
| XYZ | 4.76 | 8.64 | 2.58 | - |
| YUV | 66.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 29 | 0.76 | 0 | 0.70 | 0.62 | 124.93 | 0.61 | 0.23 |
| Hex | 17 | 60 | 1D | 4C | 0 | 46 | 3E | 7D | 3D | 17 |
| Octal | 27 | 140 | 35 | 114 | 0 | 106 | 76 | 175 | 75 | 27 |
| Binary | 10111 | 1100000 | 11101 | 1001100 | 0 | 1000110 | 111110 | 1111101 | 111101 | 10111 |
Color Harmonies of #17601D
Complementary color
Monochromatic Colors of #17601D
Black with #17601D
Text Example
Text Example
White with #17601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17601D; }
p { color: rgb(23,96,29); }
H1.HeaderClassName
{
color: #17601D;
}
.AnyTagClassName
{
color: #17601D;
}
</style>
background-color css
<style>
a { background-color: #17601D; }
a { background-color: rgb(23,96,29); }
div.DivClassName
{
background-color: #17601D;
}
.BgClassName
{
background-color: #17601D;
}
</style>
border-color css
<style>
span { border-color: #17601D; }
span { border-color: rgb(23,96,29); }
td.TdClassName
{
border-color: #17601D;
}
.TagClassName
{
border-color: #17601D;
}
</style>