Shades of Medium Sea Green #28DA74
Tints of Medium Sea Green #28DA74
RGB
CMYK
RGB Variations
Color information
#28DA74 (or 0x28DA74) is known color: Medium Sea Green. HEX triplet: 28, DA and 74. RGB value is (40,218,116). Sum of RGB (Red+Green+Blue) = 40+218+116=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DA74 is #D7258B. Grayscale: #999999. Windows color (decimal): -14099852 or 7658024. OLE color: 7658024.
HSL color Cylindrical-coordinate representation of color #28DA74: hue angle of 145.62º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DA74 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 116 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.15 |
| HSL | 145.62º | 0.71% | 0.51% | - |
| HSV(B) | 145.62º | 0.82% | 0.85% | - |
| XYZ | 29.1 | 51.85 | 25 | - |
| YUV | 153.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 116 | 0.82 | 0 | 0.47 | 0.15 | 145.62 | 0.71 | 0.51 |
| Hex | 28 | DA | 74 | 52 | 0 | 2F | F | 92 | 47 | 33 |
| Octal | 50 | 332 | 164 | 122 | 0 | 57 | 17 | 222 | 107 | 63 |
| Binary | 101000 | 11011010 | 1110100 | 1010010 | 0 | 101111 | 1111 | 10010010 | 1000111 | 110011 |
Color Harmonies of #28DA74
Complementary color
Monochromatic Colors of #28DA74
Black with #28DA74
Text Example
Text Example
White with #28DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA74; }
p { color: rgb(40,218,116); }
H1.HeaderClassName
{
color: #28DA74;
}
.AnyTagClassName
{
color: #28DA74;
}
</style>
background-color css
<style>
a { background-color: #28DA74; }
a { background-color: rgb(40,218,116); }
div.DivClassName
{
background-color: #28DA74;
}
.BgClassName
{
background-color: #28DA74;
}
</style>
border-color css
<style>
span { border-color: #28DA74; }
span { border-color: rgb(40,218,116); }
td.TdClassName
{
border-color: #28DA74;
}
.TagClassName
{
border-color: #28DA74;
}
</style>