Shades of Dark Spring Green #157142
Tints of Dark Spring Green #157142
RGB
CMYK
RGB Variations
Color information
#157142 (or 0x157142) is known color: Dark Spring Green. HEX triplet: 15, 71 and 42. RGB value is (21,113,66). Sum of RGB (Red+Green+Blue) = 21+113+66=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #157142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157142 is #EA8EBD. Grayscale: #505050. Windows color (decimal): -15371966 or 4354325. OLE color: 4354325.
HSL color Cylindrical-coordinate representation of color #157142: hue angle of 149.35º 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 #157142 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 113 | 66 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.56 |
| HSL | 149.35º | 0.69% | 0.26% | - |
| HSV(B) | 149.35º | 0.81% | 0.44% | - |
| XYZ | 7.2 | 12.36 | 7.16 | - |
| YUV | 80.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 66 | 0.81 | 0 | 0.42 | 0.56 | 149.35 | 0.69 | 0.26 |
| Hex | 15 | 71 | 42 | 51 | 0 | 2A | 38 | 95 | 45 | 1A |
| Octal | 25 | 161 | 102 | 121 | 0 | 52 | 70 | 225 | 105 | 32 |
| Binary | 10101 | 1110001 | 1000010 | 1010001 | 0 | 101010 | 111000 | 10010101 | 1000101 | 11010 |
Color Harmonies of #157142
Complementary color
Monochromatic Colors of #157142
Black with #157142
Text Example
Text Example
White with #157142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157142; }
p { color: rgb(21,113,66); }
H1.HeaderClassName
{
color: #157142;
}
.AnyTagClassName
{
color: #157142;
}
</style>
background-color css
<style>
a { background-color: #157142; }
a { background-color: rgb(21,113,66); }
div.DivClassName
{
background-color: #157142;
}
.BgClassName
{
background-color: #157142;
}
</style>
border-color css
<style>
span { border-color: #157142; }
span { border-color: rgb(21,113,66); }
td.TdClassName
{
border-color: #157142;
}
.TagClassName
{
border-color: #157142;
}
</style>