Shades of Medium Sea Green #28D274
Tints of Medium Sea Green #28D274
RGB
CMYK
RGB Variations
Color information
#28D274 (or 0x28D274) is known color: Medium Sea Green. HEX triplet: 28, D2 and 74. RGB value is (40,210,116). Sum of RGB (Red+Green+Blue) = 40+210+116=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #28D274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D274 is #D72D8B. Grayscale: #949494. Windows color (decimal): -14101900 or 7655976. OLE color: 7655976.
HSL color Cylindrical-coordinate representation of color #28D274: hue angle of 146.82º 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 #28D274 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 116 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.18 |
| HSL | 146.82º | 0.68% | 0.49% | - |
| HSV(B) | 146.82º | 0.81% | 0.82% | - |
| XYZ | 27.07 | 47.81 | 24.32 | - |
| YUV | 148.45 | 109.68 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 116 | 0.81 | 0 | 0.45 | 0.18 | 146.82 | 0.68 | 0.49 |
| Hex | 28 | D2 | 74 | 51 | 0 | 2D | 12 | 93 | 44 | 31 |
| Octal | 50 | 322 | 164 | 121 | 0 | 55 | 22 | 223 | 104 | 61 |
| Binary | 101000 | 11010010 | 1110100 | 1010001 | 0 | 101101 | 10010 | 10010011 | 1000100 | 110001 |
Color Harmonies of #28D274
Complementary color
Monochromatic Colors of #28D274
Black with #28D274
Text Example
Text Example
White with #28D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D274; }
p { color: rgb(40,210,116); }
H1.HeaderClassName
{
color: #28D274;
}
.AnyTagClassName
{
color: #28D274;
}
</style>
background-color css
<style>
a { background-color: #28D274; }
a { background-color: rgb(40,210,116); }
div.DivClassName
{
background-color: #28D274;
}
.BgClassName
{
background-color: #28D274;
}
</style>
border-color css
<style>
span { border-color: #28D274; }
span { border-color: rgb(40,210,116); }
td.TdClassName
{
border-color: #28D274;
}
.TagClassName
{
border-color: #28D274;
}
</style>