Shades of Dark Spring Green #157249
Tints of Dark Spring Green #157249
RGB
CMYK
RGB Variations
Color information
#157249 (or 0x157249) is known color: Dark Spring Green. HEX triplet: 15, 72 and 49. RGB value is (21,114,73). Sum of RGB (Red+Green+Blue) = 21+114+73=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #157249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157249 is #EA8DB6. Grayscale: #515151. Windows color (decimal): -15371703 or 4813333. OLE color: 4813333.
HSL color Cylindrical-coordinate representation of color #157249: hue angle of 153.55º 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 #157249 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 73 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.55 |
| HSL | 153.55º | 0.69% | 0.26% | - |
| HSV(B) | 153.55º | 0.82% | 0.45% | - |
| XYZ | 7.53 | 12.68 | 8.35 | - |
| YUV | 81.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 73 | 0.82 | 0 | 0.36 | 0.55 | 153.55 | 0.69 | 0.26 |
| Hex | 15 | 72 | 49 | 52 | 0 | 24 | 37 | 9A | 45 | 1A |
| Octal | 25 | 162 | 111 | 122 | 0 | 44 | 67 | 232 | 105 | 32 |
| Binary | 10101 | 1110010 | 1001001 | 1010010 | 0 | 100100 | 110111 | 10011010 | 1000101 | 11010 |
Color Harmonies of #157249
Complementary color
Monochromatic Colors of #157249
Black with #157249
Text Example
Text Example
White with #157249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157249; }
p { color: rgb(21,114,73); }
H1.HeaderClassName
{
color: #157249;
}
.AnyTagClassName
{
color: #157249;
}
</style>
background-color css
<style>
a { background-color: #157249; }
a { background-color: rgb(21,114,73); }
div.DivClassName
{
background-color: #157249;
}
.BgClassName
{
background-color: #157249;
}
</style>
border-color css
<style>
span { border-color: #157249; }
span { border-color: rgb(21,114,73); }
td.TdClassName
{
border-color: #157249;
}
.TagClassName
{
border-color: #157249;
}
</style>