Shades of Dark Spring Green #25714B
Tints of Dark Spring Green #25714B
RGB
CMYK
RGB Variations
Color information
#25714B (or 0x25714B) is known color: Dark Spring Green. HEX triplet: 25, 71 and 4B. RGB value is (37,113,75). Sum of RGB (Red+Green+Blue) = 37+113+75=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #25714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25714B is #DA8EB4. Grayscale: #565656. Windows color (decimal): -14323381 or 4944165. OLE color: 4944165.
HSL color Cylindrical-coordinate representation of color #25714B: hue angle of 150º 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 #25714B is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 75 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.56 |
| HSL | 150º | 0.51% | 0.29% | - |
| HSV(B) | 150º | 0.67% | 0.44% | - |
| XYZ | 7.94 | 12.71 | 8.69 | - |
| YUV | 85.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 75 | 0.67 | 0 | 0.34 | 0.56 | 150 | 0.51 | 0.29 |
| Hex | 25 | 71 | 4B | 43 | 0 | 22 | 38 | 96 | 33 | 1D |
| Octal | 45 | 161 | 113 | 103 | 0 | 42 | 70 | 226 | 63 | 35 |
| Binary | 100101 | 1110001 | 1001011 | 1000011 | 0 | 100010 | 111000 | 10010110 | 110011 | 11101 |
Color Harmonies of #25714B
Complementary color
Monochromatic Colors of #25714B
Black with #25714B
Text Example
Text Example
White with #25714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25714B; }
p { color: rgb(37,113,75); }
H1.HeaderClassName
{
color: #25714B;
}
.AnyTagClassName
{
color: #25714B;
}
</style>
background-color css
<style>
a { background-color: #25714B; }
a { background-color: rgb(37,113,75); }
div.DivClassName
{
background-color: #25714B;
}
.BgClassName
{
background-color: #25714B;
}
</style>
border-color css
<style>
span { border-color: #25714B; }
span { border-color: rgb(37,113,75); }
td.TdClassName
{
border-color: #25714B;
}
.TagClassName
{
border-color: #25714B;
}
</style>