Shades of Dark Spring Green #28734D
Tints of Dark Spring Green #28734D
RGB
CMYK
RGB Variations
Color information
#28734D (or 0x28734D) is known color: Dark Spring Green. HEX triplet: 28, 73 and 4D. RGB value is (40,115,77). Sum of RGB (Red+Green+Blue) = 40+115+77=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #28734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28734D is #D78CB2. Grayscale: #585858. Windows color (decimal): -14126259 or 5075752. OLE color: 5075752.
HSL color Cylindrical-coordinate representation of color #28734D: hue angle of 149.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28734D is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 77 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.55 |
| HSL | 149.6º | 0.48% | 0.3% | - |
| HSV(B) | 149.6º | 0.65% | 0.45% | - |
| XYZ | 8.35 | 13.25 | 9.14 | - |
| YUV | 88.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 77 | 0.65 | 0 | 0.33 | 0.55 | 149.6 | 0.48 | 0.3 |
| Hex | 28 | 73 | 4D | 41 | 0 | 21 | 37 | 96 | 30 | 1E |
| Octal | 50 | 163 | 115 | 101 | 0 | 41 | 67 | 226 | 60 | 36 |
| Binary | 101000 | 1110011 | 1001101 | 1000001 | 0 | 100001 | 110111 | 10010110 | 110000 | 11110 |
Color Harmonies of #28734D
Complementary color
Monochromatic Colors of #28734D
Black with #28734D
Text Example
Text Example
White with #28734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28734D; }
p { color: rgb(40,115,77); }
H1.HeaderClassName
{
color: #28734D;
}
.AnyTagClassName
{
color: #28734D;
}
</style>
background-color css
<style>
a { background-color: #28734D; }
a { background-color: rgb(40,115,77); }
div.DivClassName
{
background-color: #28734D;
}
.BgClassName
{
background-color: #28734D;
}
</style>
border-color css
<style>
span { border-color: #28734D; }
span { border-color: rgb(40,115,77); }
td.TdClassName
{
border-color: #28734D;
}
.TagClassName
{
border-color: #28734D;
}
</style>