Shades of Medium Sea Green #28D072
Tints of Medium Sea Green #28D072
RGB
CMYK
RGB Variations
Color information
#28D072 (or 0x28D072) is known color: Medium Sea Green. HEX triplet: 28, D0 and 72. RGB value is (40,208,114). Sum of RGB (Red+Green+Blue) = 40+208+114=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #28D072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D072 is #D72F8D. Grayscale: #939393. Windows color (decimal): -14102414 or 7524392. OLE color: 7524392.
HSL color Cylindrical-coordinate representation of color #28D072: hue angle of 146.43º 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 #28D072 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 114 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.18 |
| HSL | 146.43º | 0.68% | 0.49% | - |
| HSV(B) | 146.43º | 0.81% | 0.82% | - |
| XYZ | 26.47 | 46.78 | 23.55 | - |
| YUV | 147.05 | 109.34 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 114 | 0.81 | 0 | 0.45 | 0.18 | 146.43 | 0.68 | 0.49 |
| Hex | 28 | D0 | 72 | 51 | 0 | 2D | 12 | 92 | 44 | 31 |
| Octal | 50 | 320 | 162 | 121 | 0 | 55 | 22 | 222 | 104 | 61 |
| Binary | 101000 | 11010000 | 1110010 | 1010001 | 0 | 101101 | 10010 | 10010010 | 1000100 | 110001 |
Color Harmonies of #28D072
Complementary color
Monochromatic Colors of #28D072
Black with #28D072
Text Example
Text Example
White with #28D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D072; }
p { color: rgb(40,208,114); }
H1.HeaderClassName
{
color: #28D072;
}
.AnyTagClassName
{
color: #28D072;
}
</style>
background-color css
<style>
a { background-color: #28D072; }
a { background-color: rgb(40,208,114); }
div.DivClassName
{
background-color: #28D072;
}
.BgClassName
{
background-color: #28D072;
}
</style>
border-color css
<style>
span { border-color: #28D072; }
span { border-color: rgb(40,208,114); }
td.TdClassName
{
border-color: #28D072;
}
.TagClassName
{
border-color: #28D072;
}
</style>