Shades of Dark Spring Green #257948
Tints of Dark Spring Green #257948
RGB
CMYK
RGB Variations
Color information
#257948 (or 0x257948) is known color: Dark Spring Green. HEX triplet: 25, 79 and 48. RGB value is (37,121,72). Sum of RGB (Red+Green+Blue) = 37+121+72=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #257948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257948 is #DA86B7. Grayscale: #5A5A5A. Windows color (decimal): -14321336 or 4749605. OLE color: 4749605.
HSL color Cylindrical-coordinate representation of color #257948: hue angle of 145º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257948 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 121 | 72 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.53 |
| HSL | 145º | 0.53% | 0.31% | - |
| HSV(B) | 145º | 0.69% | 0.47% | - |
| XYZ | 8.77 | 14.54 | 8.47 | - |
| YUV | 90.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 72 | 0.69 | 0 | 0.40 | 0.53 | 145 | 0.53 | 0.31 |
| Hex | 25 | 79 | 48 | 45 | 0 | 28 | 35 | 91 | 35 | 1F |
| Octal | 45 | 171 | 110 | 105 | 0 | 50 | 65 | 221 | 65 | 37 |
| Binary | 100101 | 1111001 | 1001000 | 1000101 | 0 | 101000 | 110101 | 10010001 | 110101 | 11111 |
Color Harmonies of #257948
Complementary color
Monochromatic Colors of #257948
Black with #257948
Text Example
Text Example
White with #257948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257948; }
p { color: rgb(37,121,72); }
H1.HeaderClassName
{
color: #257948;
}
.AnyTagClassName
{
color: #257948;
}
</style>
background-color css
<style>
a { background-color: #257948; }
a { background-color: rgb(37,121,72); }
div.DivClassName
{
background-color: #257948;
}
.BgClassName
{
background-color: #257948;
}
</style>
border-color css
<style>
span { border-color: #257948; }
span { border-color: rgb(37,121,72); }
td.TdClassName
{
border-color: #257948;
}
.TagClassName
{
border-color: #257948;
}
</style>