Shades of San Felix #15701C
Tints of San Felix #15701C
RGB
CMYK
RGB Variations
Color information
#15701C (or 0x15701C) is known color: San Felix. HEX triplet: 15, 70 and 1C. RGB value is (21,112,28). Sum of RGB (Red+Green+Blue) = 21+112+28=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #15701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15701C is #EA8FE3. Grayscale: #4B4B4B. Windows color (decimal): -15372260 or 1863701. OLE color: 1863701.
HSL color Cylindrical-coordinate representation of color #15701C: hue angle of 124.62º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15701C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 28 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.56 |
| HSL | 124.62º | 0.68% | 0.26% | - |
| HSV(B) | 124.62º | 0.81% | 0.44% | - |
| XYZ | 6.31 | 11.83 | 3.05 | - |
| YUV | 75.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 28 | 0.81 | 0 | 0.75 | 0.56 | 124.62 | 0.68 | 0.26 |
| Hex | 15 | 70 | 1C | 51 | 0 | 4B | 38 | 7D | 44 | 1A |
| Octal | 25 | 160 | 34 | 121 | 0 | 113 | 70 | 175 | 104 | 32 |
| Binary | 10101 | 1110000 | 11100 | 1010001 | 0 | 1001011 | 111000 | 1111101 | 1000100 | 11010 |
Color Harmonies of #15701C
Complementary color
Monochromatic Colors of #15701C
Black with #15701C
Text Example
Text Example
White with #15701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15701C; }
p { color: rgb(21,112,28); }
H1.HeaderClassName
{
color: #15701C;
}
.AnyTagClassName
{
color: #15701C;
}
</style>
background-color css
<style>
a { background-color: #15701C; }
a { background-color: rgb(21,112,28); }
div.DivClassName
{
background-color: #15701C;
}
.BgClassName
{
background-color: #15701C;
}
</style>
border-color css
<style>
span { border-color: #15701C; }
span { border-color: rgb(21,112,28); }
td.TdClassName
{
border-color: #15701C;
}
.TagClassName
{
border-color: #15701C;
}
</style>