Shades of San Felix #157020
Tints of San Felix #157020
RGB
CMYK
RGB Variations
Color information
#157020 (or 0x157020) is known color: San Felix. HEX triplet: 15, 70 and 20. RGB value is (21,112,32). Sum of RGB (Red+Green+Blue) = 21+112+32=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #157020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157020 is #EA8FDF. Grayscale: #4B4B4B. Windows color (decimal): -15372256 or 2125845. OLE color: 2125845.
HSL color Cylindrical-coordinate representation of color #157020: hue angle of 127.25º 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 #157020 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 32 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.56 |
| HSL | 127.25º | 0.68% | 0.26% | - |
| HSV(B) | 127.25º | 0.81% | 0.44% | - |
| XYZ | 6.36 | 11.85 | 3.32 | - |
| YUV | 75.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 32 | 0.81 | 0 | 0.71 | 0.56 | 127.25 | 0.68 | 0.26 |
| Hex | 15 | 70 | 20 | 51 | 0 | 47 | 38 | 7F | 44 | 1A |
| Octal | 25 | 160 | 40 | 121 | 0 | 107 | 70 | 177 | 104 | 32 |
| Binary | 10101 | 1110000 | 100000 | 1010001 | 0 | 1000111 | 111000 | 1111111 | 1000100 | 11010 |
Color Harmonies of #157020
Complementary color
Monochromatic Colors of #157020
Black with #157020
Text Example
Text Example
White with #157020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157020; }
p { color: rgb(21,112,32); }
H1.HeaderClassName
{
color: #157020;
}
.AnyTagClassName
{
color: #157020;
}
</style>
background-color css
<style>
a { background-color: #157020; }
a { background-color: rgb(21,112,32); }
div.DivClassName
{
background-color: #157020;
}
.BgClassName
{
background-color: #157020;
}
</style>
border-color css
<style>
span { border-color: #157020; }
span { border-color: rgb(21,112,32); }
td.TdClassName
{
border-color: #157020;
}
.TagClassName
{
border-color: #157020;
}
</style>