Shades of Medium Sea Green #28B970
Tints of Medium Sea Green #28B970
RGB
CMYK
RGB Variations
Color information
#28B970 (or 0x28B970) is known color: Medium Sea Green. HEX triplet: 28, B9 and 70. RGB value is (40,185,112). Sum of RGB (Red+Green+Blue) = 40+185+112=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #28B970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B970 is #D7468F. Grayscale: #858585. Windows color (decimal): -14108304 or 7387432. OLE color: 7387432.
HSL color Cylindrical-coordinate representation of color #28B970: hue angle of 149.79º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B970 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 112 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.27 |
| HSL | 149.79º | 0.64% | 0.44% | - |
| HSV(B) | 149.79º | 0.78% | 0.73% | - |
| XYZ | 21.15 | 36.32 | 21.22 | - |
| YUV | 133.32 | 115.96 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 112 | 0.78 | 0 | 0.39 | 0.27 | 149.79 | 0.64 | 0.44 |
| Hex | 28 | B9 | 70 | 4E | 0 | 27 | 1B | 96 | 40 | 2C |
| Octal | 50 | 271 | 160 | 116 | 0 | 47 | 33 | 226 | 100 | 54 |
| Binary | 101000 | 10111001 | 1110000 | 1001110 | 0 | 100111 | 11011 | 10010110 | 1000000 | 101100 |
Color Harmonies of #28B970
Complementary color
Monochromatic Colors of #28B970
Black with #28B970
Text Example
Text Example
White with #28B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B970; }
p { color: rgb(40,185,112); }
H1.HeaderClassName
{
color: #28B970;
}
.AnyTagClassName
{
color: #28B970;
}
</style>
background-color css
<style>
a { background-color: #28B970; }
a { background-color: rgb(40,185,112); }
div.DivClassName
{
background-color: #28B970;
}
.BgClassName
{
background-color: #28B970;
}
</style>
border-color css
<style>
span { border-color: #28B970; }
span { border-color: rgb(40,185,112); }
td.TdClassName
{
border-color: #28B970;
}
.TagClassName
{
border-color: #28B970;
}
</style>