Shades of Dark Spring Green #157147
Tints of Dark Spring Green #157147
RGB
CMYK
RGB Variations
Color information
#157147 (or 0x157147) is known color: Dark Spring Green. HEX triplet: 15, 71 and 47. RGB value is (21,113,71). Sum of RGB (Red+Green+Blue) = 21+113+71=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #157147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157147 is #EA8EB8. Grayscale: #505050. Windows color (decimal): -15371961 or 4682005. OLE color: 4682005.
HSL color Cylindrical-coordinate representation of color #157147: hue angle of 152.61º degrees, saturation: 0.69, 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 #157147 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 113 | 71 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.56 |
| HSL | 152.61º | 0.69% | 0.26% | - |
| HSV(B) | 152.61º | 0.81% | 0.44% | - |
| XYZ | 7.35 | 12.42 | 7.97 | - |
| YUV | 80.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 71 | 0.81 | 0 | 0.37 | 0.56 | 152.61 | 0.69 | 0.26 |
| Hex | 15 | 71 | 47 | 51 | 0 | 25 | 38 | 99 | 45 | 1A |
| Octal | 25 | 161 | 107 | 121 | 0 | 45 | 70 | 231 | 105 | 32 |
| Binary | 10101 | 1110001 | 1000111 | 1010001 | 0 | 100101 | 111000 | 10011001 | 1000101 | 11010 |
Color Harmonies of #157147
Complementary color
Monochromatic Colors of #157147
Black with #157147
Text Example
Text Example
White with #157147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157147; }
p { color: rgb(21,113,71); }
H1.HeaderClassName
{
color: #157147;
}
.AnyTagClassName
{
color: #157147;
}
</style>
background-color css
<style>
a { background-color: #157147; }
a { background-color: rgb(21,113,71); }
div.DivClassName
{
background-color: #157147;
}
.BgClassName
{
background-color: #157147;
}
</style>
border-color css
<style>
span { border-color: #157147; }
span { border-color: rgb(21,113,71); }
td.TdClassName
{
border-color: #157147;
}
.TagClassName
{
border-color: #157147;
}
</style>