Shades of Dark Spring Green #257146
Tints of Dark Spring Green #257146
RGB
CMYK
RGB Variations
Color information
#257146 (or 0x257146) is known color: Dark Spring Green. HEX triplet: 25, 71 and 46. RGB value is (37,113,70). Sum of RGB (Red+Green+Blue) = 37+113+70=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #257146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257146 is #DA8EB9. Grayscale: #555555. Windows color (decimal): -14323386 or 4616485. OLE color: 4616485.
HSL color Cylindrical-coordinate representation of color #257146: hue angle of 146.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257146 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 70 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.56 |
| HSL | 146.05º | 0.51% | 0.29% | - |
| HSV(B) | 146.05º | 0.67% | 0.44% | - |
| XYZ | 7.77 | 12.65 | 7.83 | - |
| YUV | 85.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 70 | 0.67 | 0 | 0.38 | 0.56 | 146.05 | 0.51 | 0.29 |
| Hex | 25 | 71 | 46 | 43 | 0 | 26 | 38 | 92 | 33 | 1D |
| Octal | 45 | 161 | 106 | 103 | 0 | 46 | 70 | 222 | 63 | 35 |
| Binary | 100101 | 1110001 | 1000110 | 1000011 | 0 | 100110 | 111000 | 10010010 | 110011 | 11101 |
Color Harmonies of #257146
Complementary color
Monochromatic Colors of #257146
Black with #257146
Text Example
Text Example
White with #257146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257146; }
p { color: rgb(37,113,70); }
H1.HeaderClassName
{
color: #257146;
}
.AnyTagClassName
{
color: #257146;
}
</style>
background-color css
<style>
a { background-color: #257146; }
a { background-color: rgb(37,113,70); }
div.DivClassName
{
background-color: #257146;
}
.BgClassName
{
background-color: #257146;
}
</style>
border-color css
<style>
span { border-color: #257146; }
span { border-color: rgb(37,113,70); }
td.TdClassName
{
border-color: #257146;
}
.TagClassName
{
border-color: #257146;
}
</style>