Shades of Dark Spring Green #28714E
Tints of Dark Spring Green #28714E
RGB
CMYK
RGB Variations
Color information
#28714E (or 0x28714E) is known color: Dark Spring Green. HEX triplet: 28, 71 and 4E. RGB value is (40,113,78). Sum of RGB (Red+Green+Blue) = 40+113+78=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #28714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28714E is #D78EB1. Grayscale: #575757. Windows color (decimal): -14126770 or 5140776. OLE color: 5140776.
HSL color Cylindrical-coordinate representation of color #28714E: hue angle of 151.23º 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 #28714E is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 113 | 78 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.56 |
| HSL | 151.23º | 0.48% | 0.3% | - |
| HSV(B) | 151.23º | 0.65% | 0.44% | - |
| XYZ | 8.16 | 12.81 | 9.25 | - |
| YUV | 87.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 78 | 0.65 | 0 | 0.31 | 0.56 | 151.23 | 0.48 | 0.3 |
| Hex | 28 | 71 | 4E | 41 | 0 | 1F | 38 | 97 | 30 | 1E |
| Octal | 50 | 161 | 116 | 101 | 0 | 37 | 70 | 227 | 60 | 36 |
| Binary | 101000 | 1110001 | 1001110 | 1000001 | 0 | 11111 | 111000 | 10010111 | 110000 | 11110 |
Color Harmonies of #28714E
Complementary color
Monochromatic Colors of #28714E
Black with #28714E
Text Example
Text Example
White with #28714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28714E; }
p { color: rgb(40,113,78); }
H1.HeaderClassName
{
color: #28714E;
}
.AnyTagClassName
{
color: #28714E;
}
</style>
background-color css
<style>
a { background-color: #28714E; }
a { background-color: rgb(40,113,78); }
div.DivClassName
{
background-color: #28714E;
}
.BgClassName
{
background-color: #28714E;
}
</style>
border-color css
<style>
span { border-color: #28714E; }
span { border-color: rgb(40,113,78); }
td.TdClassName
{
border-color: #28714E;
}
.TagClassName
{
border-color: #28714E;
}
</style>