Shades of San Felix #157223
Tints of San Felix #157223
RGB
CMYK
RGB Variations
Color information
#157223 (or 0x157223) is known color: San Felix. HEX triplet: 15, 72 and 23. RGB value is (21,114,35). Sum of RGB (Red+Green+Blue) = 21+114+35=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #157223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157223 is #EA8DDC. Grayscale: #4D4D4D. Windows color (decimal): -15371741 or 2322965. OLE color: 2322965.
HSL color Cylindrical-coordinate representation of color #157223: hue angle of 129.03º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157223 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 35 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.55 |
| HSL | 129.03º | 0.69% | 0.26% | - |
| HSV(B) | 129.03º | 0.82% | 0.45% | - |
| XYZ | 6.63 | 12.32 | 3.62 | - |
| YUV | 77.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 35 | 0.82 | 0 | 0.69 | 0.55 | 129.03 | 0.69 | 0.26 |
| Hex | 15 | 72 | 23 | 52 | 0 | 45 | 37 | 81 | 45 | 1A |
| Octal | 25 | 162 | 43 | 122 | 0 | 105 | 67 | 201 | 105 | 32 |
| Binary | 10101 | 1110010 | 100011 | 1010010 | 0 | 1000101 | 110111 | 10000001 | 1000101 | 11010 |
Color Harmonies of #157223
Complementary color
Monochromatic Colors of #157223
Black with #157223
Text Example
Text Example
White with #157223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157223; }
p { color: rgb(21,114,35); }
H1.HeaderClassName
{
color: #157223;
}
.AnyTagClassName
{
color: #157223;
}
</style>
background-color css
<style>
a { background-color: #157223; }
a { background-color: rgb(21,114,35); }
div.DivClassName
{
background-color: #157223;
}
.BgClassName
{
background-color: #157223;
}
</style>
border-color css
<style>
span { border-color: #157223; }
span { border-color: rgb(21,114,35); }
td.TdClassName
{
border-color: #157223;
}
.TagClassName
{
border-color: #157223;
}
</style>