Shades of Dark Spring Green #157044
Tints of Dark Spring Green #157044
RGB
CMYK
RGB Variations
Color information
#157044 (or 0x157044) is known color: Dark Spring Green. HEX triplet: 15, 70 and 44. RGB value is (21,112,68). Sum of RGB (Red+Green+Blue) = 21+112+68=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #157044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157044 is #EA8FBB. Grayscale: #4F4F4F. Windows color (decimal): -15372220 or 4485141. OLE color: 4485141.
HSL color Cylindrical-coordinate representation of color #157044: hue angle of 150.99º 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 #157044 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 68 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.56 |
| HSL | 150.99º | 0.68% | 0.26% | - |
| HSV(B) | 150.99º | 0.81% | 0.44% | - |
| XYZ | 7.15 | 12.17 | 7.44 | - |
| YUV | 79.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 68 | 0.81 | 0 | 0.39 | 0.56 | 150.99 | 0.68 | 0.26 |
| Hex | 15 | 70 | 44 | 51 | 0 | 27 | 38 | 97 | 44 | 1A |
| Octal | 25 | 160 | 104 | 121 | 0 | 47 | 70 | 227 | 104 | 32 |
| Binary | 10101 | 1110000 | 1000100 | 1010001 | 0 | 100111 | 111000 | 10010111 | 1000100 | 11010 |
Color Harmonies of #157044
Complementary color
Monochromatic Colors of #157044
Black with #157044
Text Example
Text Example
White with #157044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157044; }
p { color: rgb(21,112,68); }
H1.HeaderClassName
{
color: #157044;
}
.AnyTagClassName
{
color: #157044;
}
</style>
background-color css
<style>
a { background-color: #157044; }
a { background-color: rgb(21,112,68); }
div.DivClassName
{
background-color: #157044;
}
.BgClassName
{
background-color: #157044;
}
</style>
border-color css
<style>
span { border-color: #157044; }
span { border-color: rgb(21,112,68); }
td.TdClassName
{
border-color: #157044;
}
.TagClassName
{
border-color: #157044;
}
</style>