Shades of Dark Spring Green #157245
Tints of Dark Spring Green #157245
RGB
CMYK
RGB Variations
Color information
#157245 (or 0x157245) is known color: Dark Spring Green. HEX triplet: 15, 72 and 45. RGB value is (21,114,69). Sum of RGB (Red+Green+Blue) = 21+114+69=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #157245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157245 is #EA8DBA. Grayscale: #515151. Windows color (decimal): -15371707 or 4551189. OLE color: 4551189.
HSL color Cylindrical-coordinate representation of color #157245: hue angle of 150.97º 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 #157245 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 69 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.55 |
| HSL | 150.97º | 0.69% | 0.26% | - |
| HSV(B) | 150.97º | 0.82% | 0.45% | - |
| XYZ | 7.4 | 12.62 | 7.68 | - |
| YUV | 81.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 69 | 0.82 | 0 | 0.39 | 0.55 | 150.97 | 0.69 | 0.26 |
| Hex | 15 | 72 | 45 | 52 | 0 | 27 | 37 | 97 | 45 | 1A |
| Octal | 25 | 162 | 105 | 122 | 0 | 47 | 67 | 227 | 105 | 32 |
| Binary | 10101 | 1110010 | 1000101 | 1010010 | 0 | 100111 | 110111 | 10010111 | 1000101 | 11010 |
Color Harmonies of #157245
Complementary color
Monochromatic Colors of #157245
Black with #157245
Text Example
Text Example
White with #157245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157245; }
p { color: rgb(21,114,69); }
H1.HeaderClassName
{
color: #157245;
}
.AnyTagClassName
{
color: #157245;
}
</style>
background-color css
<style>
a { background-color: #157245; }
a { background-color: rgb(21,114,69); }
div.DivClassName
{
background-color: #157245;
}
.BgClassName
{
background-color: #157245;
}
</style>
border-color css
<style>
span { border-color: #157245; }
span { border-color: rgb(21,114,69); }
td.TdClassName
{
border-color: #157245;
}
.TagClassName
{
border-color: #157245;
}
</style>