Shades of Dark Spring Green #28734B
Tints of Dark Spring Green #28734B
RGB
CMYK
RGB Variations
Color information
#28734B (or 0x28734B) is known color: Dark Spring Green. HEX triplet: 28, 73 and 4B. RGB value is (40,115,75). Sum of RGB (Red+Green+Blue) = 40+115+75=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #28734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28734B is #D78CB4. Grayscale: #585858. Windows color (decimal): -14126261 or 4944680. OLE color: 4944680.
HSL color Cylindrical-coordinate representation of color #28734B: hue angle of 148º 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 #28734B is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 75 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.55 |
| HSL | 148º | 0.48% | 0.3% | - |
| HSV(B) | 148º | 0.65% | 0.45% | - |
| XYZ | 8.28 | 13.22 | 8.77 | - |
| YUV | 88.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 75 | 0.65 | 0 | 0.35 | 0.55 | 148 | 0.48 | 0.3 |
| Hex | 28 | 73 | 4B | 41 | 0 | 23 | 37 | 94 | 30 | 1E |
| Octal | 50 | 163 | 113 | 101 | 0 | 43 | 67 | 224 | 60 | 36 |
| Binary | 101000 | 1110011 | 1001011 | 1000001 | 0 | 100011 | 110111 | 10010100 | 110000 | 11110 |
Color Harmonies of #28734B
Complementary color
Monochromatic Colors of #28734B
Black with #28734B
Text Example
Text Example
White with #28734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28734B; }
p { color: rgb(40,115,75); }
H1.HeaderClassName
{
color: #28734B;
}
.AnyTagClassName
{
color: #28734B;
}
</style>
background-color css
<style>
a { background-color: #28734B; }
a { background-color: rgb(40,115,75); }
div.DivClassName
{
background-color: #28734B;
}
.BgClassName
{
background-color: #28734B;
}
</style>
border-color css
<style>
span { border-color: #28734B; }
span { border-color: rgb(40,115,75); }
td.TdClassName
{
border-color: #28734B;
}
.TagClassName
{
border-color: #28734B;
}
</style>