Shades of Dark Spring Green #157845
Tints of Dark Spring Green #157845
RGB
CMYK
RGB Variations
Color information
#157845 (or 0x157845) is known color: Dark Spring Green. HEX triplet: 15, 78 and 45. RGB value is (21,120,69). Sum of RGB (Red+Green+Blue) = 21+120+69=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #157845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157845 is #EA87BA. Grayscale: #545454. Windows color (decimal): -15370171 or 4552725. OLE color: 4552725.
HSL color Cylindrical-coordinate representation of color #157845: hue angle of 149.09º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157845 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 120 | 69 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.53 |
| HSL | 149.09º | 0.7% | 0.28% | - |
| HSV(B) | 149.09º | 0.83% | 0.47% | - |
| XYZ | 8.1 | 14.02 | 7.91 | - |
| YUV | 84.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 69 | 0.83 | 0 | 0.42 | 0.53 | 149.09 | 0.7 | 0.28 |
| Hex | 15 | 78 | 45 | 53 | 0 | 2A | 35 | 95 | 46 | 1C |
| Octal | 25 | 170 | 105 | 123 | 0 | 52 | 65 | 225 | 106 | 34 |
| Binary | 10101 | 1111000 | 1000101 | 1010011 | 0 | 101010 | 110101 | 10010101 | 1000110 | 11100 |
Color Harmonies of #157845
Complementary color
Monochromatic Colors of #157845
Black with #157845
Text Example
Text Example
White with #157845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157845; }
p { color: rgb(21,120,69); }
H1.HeaderClassName
{
color: #157845;
}
.AnyTagClassName
{
color: #157845;
}
</style>
background-color css
<style>
a { background-color: #157845; }
a { background-color: rgb(21,120,69); }
div.DivClassName
{
background-color: #157845;
}
.BgClassName
{
background-color: #157845;
}
</style>
border-color css
<style>
span { border-color: #157845; }
span { border-color: rgb(21,120,69); }
td.TdClassName
{
border-color: #157845;
}
.TagClassName
{
border-color: #157845;
}
</style>