Shades of San Felix #17701F
Tints of San Felix #17701F
RGB
CMYK
RGB Variations
Color information
#17701F (or 0x17701F) is known color: San Felix. HEX triplet: 17, 70 and 1F. RGB value is (23,112,31). Sum of RGB (Red+Green+Blue) = 23+112+31=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #17701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17701F is #E88FE0. Grayscale: #4C4C4C. Windows color (decimal): -15241185 or 2060311. OLE color: 2060311.
HSL color Cylindrical-coordinate representation of color #17701F: hue angle of 125.39º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17701F is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 31 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.56 |
| HSL | 125.39º | 0.66% | 0.26% | - |
| HSV(B) | 125.39º | 0.79% | 0.44% | - |
| XYZ | 6.39 | 11.87 | 3.25 | - |
| YUV | 76.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 31 | 0.79 | 0 | 0.72 | 0.56 | 125.39 | 0.66 | 0.26 |
| Hex | 17 | 70 | 1F | 4F | 0 | 48 | 38 | 7D | 42 | 1A |
| Octal | 27 | 160 | 37 | 117 | 0 | 110 | 70 | 175 | 102 | 32 |
| Binary | 10111 | 1110000 | 11111 | 1001111 | 0 | 1001000 | 111000 | 1111101 | 1000010 | 11010 |
Color Harmonies of #17701F
Complementary color
Monochromatic Colors of #17701F
Black with #17701F
Text Example
Text Example
White with #17701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17701F; }
p { color: rgb(23,112,31); }
H1.HeaderClassName
{
color: #17701F;
}
.AnyTagClassName
{
color: #17701F;
}
</style>
background-color css
<style>
a { background-color: #17701F; }
a { background-color: rgb(23,112,31); }
div.DivClassName
{
background-color: #17701F;
}
.BgClassName
{
background-color: #17701F;
}
</style>
border-color css
<style>
span { border-color: #17701F; }
span { border-color: rgb(23,112,31); }
td.TdClassName
{
border-color: #17701F;
}
.TagClassName
{
border-color: #17701F;
}
</style>