Shades of Dark Spring Green #257245
Tints of Dark Spring Green #257245
RGB
CMYK
RGB Variations
Color information
#257245 (or 0x257245) is known color: Dark Spring Green. HEX triplet: 25, 72 and 45. RGB value is (37,114,69). Sum of RGB (Red+Green+Blue) = 37+114+69=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #257245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257245 is #DA8DBA. Grayscale: #555555. Windows color (decimal): -14323131 or 4551205. OLE color: 4551205.
HSL color Cylindrical-coordinate representation of color #257245: hue angle of 144.94º 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 #257245 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 69 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.55 |
| HSL | 144.94º | 0.51% | 0.3% | - |
| HSV(B) | 144.94º | 0.68% | 0.45% | - |
| XYZ | 7.85 | 12.86 | 7.7 | - |
| YUV | 85.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 69 | 0.68 | 0 | 0.39 | 0.55 | 144.94 | 0.51 | 0.3 |
| Hex | 25 | 72 | 45 | 44 | 0 | 27 | 37 | 91 | 33 | 1E |
| Octal | 45 | 162 | 105 | 104 | 0 | 47 | 67 | 221 | 63 | 36 |
| Binary | 100101 | 1110010 | 1000101 | 1000100 | 0 | 100111 | 110111 | 10010001 | 110011 | 11110 |
Color Harmonies of #257245
Complementary color
Monochromatic Colors of #257245
Black with #257245
Text Example
Text Example
White with #257245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257245; }
p { color: rgb(37,114,69); }
H1.HeaderClassName
{
color: #257245;
}
.AnyTagClassName
{
color: #257245;
}
</style>
background-color css
<style>
a { background-color: #257245; }
a { background-color: rgb(37,114,69); }
div.DivClassName
{
background-color: #257245;
}
.BgClassName
{
background-color: #257245;
}
</style>
border-color css
<style>
span { border-color: #257245; }
span { border-color: rgb(37,114,69); }
td.TdClassName
{
border-color: #257245;
}
.TagClassName
{
border-color: #257245;
}
</style>