Shades of Medium Sea Green #28D275
Tints of Medium Sea Green #28D275
RGB
CMYK
RGB Variations
Color information
#28D275 (or 0x28D275) is known color: Medium Sea Green. HEX triplet: 28, D2 and 75. RGB value is (40,210,117). Sum of RGB (Red+Green+Blue) = 40+210+117=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #28D275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D275 is #D72D8A. Grayscale: #949494. Windows color (decimal): -14101899 or 7721512. OLE color: 7721512.
HSL color Cylindrical-coordinate representation of color #28D275: hue angle of 147.18º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D275 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 117 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.18 |
| HSL | 147.18º | 0.68% | 0.49% | - |
| HSV(B) | 147.18º | 0.81% | 0.82% | - |
| XYZ | 27.13 | 47.83 | 24.63 | - |
| YUV | 148.57 | 110.18 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 117 | 0.81 | 0 | 0.44 | 0.18 | 147.18 | 0.68 | 0.49 |
| Hex | 28 | D2 | 75 | 51 | 0 | 2C | 12 | 93 | 44 | 31 |
| Octal | 50 | 322 | 165 | 121 | 0 | 54 | 22 | 223 | 104 | 61 |
| Binary | 101000 | 11010010 | 1110101 | 1010001 | 0 | 101100 | 10010 | 10010011 | 1000100 | 110001 |
Color Harmonies of #28D275
Complementary color
Monochromatic Colors of #28D275
Black with #28D275
Text Example
Text Example
White with #28D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D275; }
p { color: rgb(40,210,117); }
H1.HeaderClassName
{
color: #28D275;
}
.AnyTagClassName
{
color: #28D275;
}
</style>
background-color css
<style>
a { background-color: #28D275; }
a { background-color: rgb(40,210,117); }
div.DivClassName
{
background-color: #28D275;
}
.BgClassName
{
background-color: #28D275;
}
</style>
border-color css
<style>
span { border-color: #28D275; }
span { border-color: rgb(40,210,117); }
td.TdClassName
{
border-color: #28D275;
}
.TagClassName
{
border-color: #28D275;
}
</style>