Shades of Dark Spring Green #157445
Tints of Dark Spring Green #157445
RGB
CMYK
RGB Variations
Color information
#157445 (or 0x157445) is known color: Dark Spring Green. HEX triplet: 15, 74 and 45. RGB value is (21,116,69). Sum of RGB (Red+Green+Blue) = 21+116+69=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #157445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157445 is #EA8BBA. Grayscale: #525252. Windows color (decimal): -15371195 or 4551701. OLE color: 4551701.
HSL color Cylindrical-coordinate representation of color #157445: hue angle of 150.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157445 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 69 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.55 |
| HSL | 150.32º | 0.69% | 0.27% | - |
| HSV(B) | 150.32º | 0.82% | 0.45% | - |
| XYZ | 7.63 | 13.08 | 7.75 | - |
| YUV | 82.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 69 | 0.82 | 0 | 0.41 | 0.55 | 150.32 | 0.69 | 0.27 |
| Hex | 15 | 74 | 45 | 52 | 0 | 29 | 37 | 96 | 45 | 1B |
| Octal | 25 | 164 | 105 | 122 | 0 | 51 | 67 | 226 | 105 | 33 |
| Binary | 10101 | 1110100 | 1000101 | 1010010 | 0 | 101001 | 110111 | 10010110 | 1000101 | 11011 |
Color Harmonies of #157445
Complementary color
Monochromatic Colors of #157445
Black with #157445
Text Example
Text Example
White with #157445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157445; }
p { color: rgb(21,116,69); }
H1.HeaderClassName
{
color: #157445;
}
.AnyTagClassName
{
color: #157445;
}
</style>
background-color css
<style>
a { background-color: #157445; }
a { background-color: rgb(21,116,69); }
div.DivClassName
{
background-color: #157445;
}
.BgClassName
{
background-color: #157445;
}
</style>
border-color css
<style>
span { border-color: #157445; }
span { border-color: rgb(21,116,69); }
td.TdClassName
{
border-color: #157445;
}
.TagClassName
{
border-color: #157445;
}
</style>