Shades of Dark Spring Green #28714D
Tints of Dark Spring Green #28714D
RGB
CMYK
RGB Variations
Color information
#28714D (or 0x28714D) is known color: Dark Spring Green. HEX triplet: 28, 71 and 4D. RGB value is (40,113,77). Sum of RGB (Red+Green+Blue) = 40+113+77=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #28714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28714D is #D78EB2. Grayscale: #575757. Windows color (decimal): -14126771 or 5075240. OLE color: 5075240.
HSL color Cylindrical-coordinate representation of color #28714D: hue angle of 150.41º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28714D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 113 | 77 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.56 |
| HSL | 150.41º | 0.48% | 0.3% | - |
| HSV(B) | 150.41º | 0.65% | 0.44% | - |
| XYZ | 8.12 | 12.8 | 9.06 | - |
| YUV | 87.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 77 | 0.65 | 0 | 0.32 | 0.56 | 150.41 | 0.48 | 0.3 |
| Hex | 28 | 71 | 4D | 41 | 0 | 20 | 38 | 96 | 30 | 1E |
| Octal | 50 | 161 | 115 | 101 | 0 | 40 | 70 | 226 | 60 | 36 |
| Binary | 101000 | 1110001 | 1001101 | 1000001 | 0 | 100000 | 111000 | 10010110 | 110000 | 11110 |
Color Harmonies of #28714D
Complementary color
Monochromatic Colors of #28714D
Black with #28714D
Text Example
Text Example
White with #28714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28714D; }
p { color: rgb(40,113,77); }
H1.HeaderClassName
{
color: #28714D;
}
.AnyTagClassName
{
color: #28714D;
}
</style>
background-color css
<style>
a { background-color: #28714D; }
a { background-color: rgb(40,113,77); }
div.DivClassName
{
background-color: #28714D;
}
.BgClassName
{
background-color: #28714D;
}
</style>
border-color css
<style>
span { border-color: #28714D; }
span { border-color: rgb(40,113,77); }
td.TdClassName
{
border-color: #28714D;
}
.TagClassName
{
border-color: #28714D;
}
</style>