Shades of Dark Spring Green #157448
Tints of Dark Spring Green #157448
RGB
CMYK
RGB Variations
Color information
#157448 (or 0x157448) is known color: Dark Spring Green. HEX triplet: 15, 74 and 48. RGB value is (21,116,72). Sum of RGB (Red+Green+Blue) = 21+116+72=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #157448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157448 is #EA8BB7. Grayscale: #525252. Windows color (decimal): -15371192 or 4748309. OLE color: 4748309.
HSL color Cylindrical-coordinate representation of color #157448: hue angle of 152.21º 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 #157448 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 72 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.55 |
| HSL | 152.21º | 0.69% | 0.27% | - |
| HSV(B) | 152.21º | 0.82% | 0.45% | - |
| XYZ | 7.72 | 13.12 | 8.26 | - |
| YUV | 82.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 72 | 0.82 | 0 | 0.38 | 0.55 | 152.21 | 0.69 | 0.27 |
| Hex | 15 | 74 | 48 | 52 | 0 | 26 | 37 | 98 | 45 | 1B |
| Octal | 25 | 164 | 110 | 122 | 0 | 46 | 67 | 230 | 105 | 33 |
| Binary | 10101 | 1110100 | 1001000 | 1010010 | 0 | 100110 | 110111 | 10011000 | 1000101 | 11011 |
Color Harmonies of #157448
Complementary color
Monochromatic Colors of #157448
Black with #157448
Text Example
Text Example
White with #157448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157448; }
p { color: rgb(21,116,72); }
H1.HeaderClassName
{
color: #157448;
}
.AnyTagClassName
{
color: #157448;
}
</style>
background-color css
<style>
a { background-color: #157448; }
a { background-color: rgb(21,116,72); }
div.DivClassName
{
background-color: #157448;
}
.BgClassName
{
background-color: #157448;
}
</style>
border-color css
<style>
span { border-color: #157448; }
span { border-color: rgb(21,116,72); }
td.TdClassName
{
border-color: #157448;
}
.TagClassName
{
border-color: #157448;
}
</style>