Shades of Medium Sea Green #28D975
Tints of Medium Sea Green #28D975
RGB
CMYK
RGB Variations
Color information
#28D975 (or 0x28D975) is known color: Medium Sea Green. HEX triplet: 28, D9 and 75. RGB value is (40,217,117). Sum of RGB (Red+Green+Blue) = 40+217+117=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 217 (85.16% from 255 or 58.02% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 217 - color contains mainly: green. Hex color #28D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D975 is #D7268A. Grayscale: #989898. Windows color (decimal): -14100107 or 7723304. OLE color: 7723304.
HSL color Cylindrical-coordinate representation of color #28D975: hue angle of 146.1º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D975 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 117 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.15 |
| HSL | 146.1º | 0.7% | 0.5% | - |
| HSV(B) | 146.1º | 0.82% | 0.85% | - |
| XYZ | 28.9 | 51.36 | 25.22 | - |
| YUV | 152.68 | 107.86 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 117 | 0.82 | 0 | 0.46 | 0.15 | 146.1 | 0.7 | 0.5 |
| Hex | 28 | D9 | 75 | 52 | 0 | 2E | F | 92 | 46 | 32 |
| Octal | 50 | 331 | 165 | 122 | 0 | 56 | 17 | 222 | 106 | 62 |
| Binary | 101000 | 11011001 | 1110101 | 1010010 | 0 | 101110 | 1111 | 10010010 | 1000110 | 110010 |
Color Harmonies of #28D975
Complementary color
Monochromatic Colors of #28D975
Black with #28D975
Text Example
Text Example
White with #28D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D975; }
p { color: rgb(40,217,117); }
H1.HeaderClassName
{
color: #28D975;
}
.AnyTagClassName
{
color: #28D975;
}
</style>
background-color css
<style>
a { background-color: #28D975; }
a { background-color: rgb(40,217,117); }
div.DivClassName
{
background-color: #28D975;
}
.BgClassName
{
background-color: #28D975;
}
</style>
border-color css
<style>
span { border-color: #28D975; }
span { border-color: rgb(40,217,117); }
td.TdClassName
{
border-color: #28D975;
}
.TagClassName
{
border-color: #28D975;
}
</style>