Shades of San Felix #157021
Tints of San Felix #157021
RGB
CMYK
RGB Variations
Color information
#157021 (or 0x157021) is known color: San Felix. HEX triplet: 15, 70 and 21. RGB value is (21,112,33). Sum of RGB (Red+Green+Blue) = 21+112+33=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #157021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157021 is #EA8FDE. Grayscale: #4C4C4C. Windows color (decimal): -15372255 or 2191381. OLE color: 2191381.
HSL color Cylindrical-coordinate representation of color #157021: hue angle of 127.91º 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 #157021 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 33 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.56 |
| HSL | 127.91º | 0.68% | 0.26% | - |
| HSV(B) | 127.91º | 0.81% | 0.44% | - |
| XYZ | 6.38 | 11.86 | 3.39 | - |
| YUV | 75.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 33 | 0.81 | 0 | 0.71 | 0.56 | 127.91 | 0.68 | 0.26 |
| Hex | 15 | 70 | 21 | 51 | 0 | 47 | 38 | 80 | 44 | 1A |
| Octal | 25 | 160 | 41 | 121 | 0 | 107 | 70 | 200 | 104 | 32 |
| Binary | 10101 | 1110000 | 100001 | 1010001 | 0 | 1000111 | 111000 | 10000000 | 1000100 | 11010 |
Color Harmonies of #157021
Complementary color
Monochromatic Colors of #157021
Black with #157021
Text Example
Text Example
White with #157021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157021; }
p { color: rgb(21,112,33); }
H1.HeaderClassName
{
color: #157021;
}
.AnyTagClassName
{
color: #157021;
}
</style>
background-color css
<style>
a { background-color: #157021; }
a { background-color: rgb(21,112,33); }
div.DivClassName
{
background-color: #157021;
}
.BgClassName
{
background-color: #157021;
}
</style>
border-color css
<style>
span { border-color: #157021; }
span { border-color: rgb(21,112,33); }
td.TdClassName
{
border-color: #157021;
}
.TagClassName
{
border-color: #157021;
}
</style>