Shades of Dark Spring Green #257248
Tints of Dark Spring Green #257248
RGB
CMYK
RGB Variations
Color information
#257248 (or 0x257248) is known color: Dark Spring Green. HEX triplet: 25, 72 and 48. RGB value is (37,114,72). Sum of RGB (Red+Green+Blue) = 37+114+72=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #257248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257248 is #DA8DB7. Grayscale: #565656. Windows color (decimal): -14323128 or 4747813. OLE color: 4747813.
HSL color Cylindrical-coordinate representation of color #257248: hue angle of 147.27º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257248 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 72 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.55 |
| HSL | 147.27º | 0.51% | 0.3% | - |
| HSV(B) | 147.27º | 0.68% | 0.45% | - |
| XYZ | 7.95 | 12.9 | 8.2 | - |
| YUV | 86.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 72 | 0.68 | 0 | 0.37 | 0.55 | 147.27 | 0.51 | 0.3 |
| Hex | 25 | 72 | 48 | 44 | 0 | 25 | 37 | 93 | 33 | 1E |
| Octal | 45 | 162 | 110 | 104 | 0 | 45 | 67 | 223 | 63 | 36 |
| Binary | 100101 | 1110010 | 1001000 | 1000100 | 0 | 100101 | 110111 | 10010011 | 110011 | 11110 |
Color Harmonies of #257248
Complementary color
Monochromatic Colors of #257248
Black with #257248
Text Example
Text Example
White with #257248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257248; }
p { color: rgb(37,114,72); }
H1.HeaderClassName
{
color: #257248;
}
.AnyTagClassName
{
color: #257248;
}
</style>
background-color css
<style>
a { background-color: #257248; }
a { background-color: rgb(37,114,72); }
div.DivClassName
{
background-color: #257248;
}
.BgClassName
{
background-color: #257248;
}
</style>
border-color css
<style>
span { border-color: #257248; }
span { border-color: rgb(37,114,72); }
td.TdClassName
{
border-color: #257248;
}
.TagClassName
{
border-color: #257248;
}
</style>