Shades of Dark Spring Green #25704A
Tints of Dark Spring Green #25704A
RGB
CMYK
RGB Variations
Color information
#25704A (or 0x25704A) is known color: Dark Spring Green. HEX triplet: 25, 70 and 4A. RGB value is (37,112,74). Sum of RGB (Red+Green+Blue) = 37+112+74=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #25704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25704A is #DA8FB5. Grayscale: #555555. Windows color (decimal): -14323638 or 4878373. OLE color: 4878373.
HSL color Cylindrical-coordinate representation of color #25704A: hue angle of 149.6º degrees, saturation: 0.5, 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 #25704A is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 74 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.56 |
| HSL | 149.6º | 0.5% | 0.29% | - |
| HSV(B) | 149.6º | 0.67% | 0.44% | - |
| XYZ | 7.79 | 12.48 | 8.48 | - |
| YUV | 85.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 74 | 0.67 | 0 | 0.34 | 0.56 | 149.6 | 0.5 | 0.29 |
| Hex | 25 | 70 | 4A | 43 | 0 | 22 | 38 | 96 | 32 | 1D |
| Octal | 45 | 160 | 112 | 103 | 0 | 42 | 70 | 226 | 62 | 35 |
| Binary | 100101 | 1110000 | 1001010 | 1000011 | 0 | 100010 | 111000 | 10010110 | 110010 | 11101 |
Color Harmonies of #25704A
Complementary color
Monochromatic Colors of #25704A
Black with #25704A
Text Example
Text Example
White with #25704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25704A; }
p { color: rgb(37,112,74); }
H1.HeaderClassName
{
color: #25704A;
}
.AnyTagClassName
{
color: #25704A;
}
</style>
background-color css
<style>
a { background-color: #25704A; }
a { background-color: rgb(37,112,74); }
div.DivClassName
{
background-color: #25704A;
}
.BgClassName
{
background-color: #25704A;
}
</style>
border-color css
<style>
span { border-color: #25704A; }
span { border-color: rgb(37,112,74); }
td.TdClassName
{
border-color: #25704A;
}
.TagClassName
{
border-color: #25704A;
}
</style>