Shades of Sea Green #288D56
Tints of Sea Green #288D56
RGB
CMYK
RGB Variations
Color information
#288D56 (or 0x288D56) is known color: Sea Green. HEX triplet: 28, 8D and 56. RGB value is (40,141,86). Sum of RGB (Red+Green+Blue) = 40+141+86=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #288D56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D56 is #D772A9. Grayscale: #686868. Windows color (decimal): -14119594 or 5672232. OLE color: 5672232.
HSL color Cylindrical-coordinate representation of color #288D56: hue angle of 147.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D56 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 86 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.45 |
| HSL | 147.33º | 0.56% | 0.35% | - |
| HSV(B) | 147.33º | 0.72% | 0.55% | - |
| XYZ | 12.08 | 20.17 | 12.06 | - |
| YUV | 104.53 | 117.54 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 86 | 0.72 | 0 | 0.39 | 0.45 | 147.33 | 0.56 | 0.35 |
| Hex | 28 | 8D | 56 | 48 | 0 | 27 | 2D | 93 | 38 | 23 |
| Octal | 50 | 215 | 126 | 110 | 0 | 47 | 55 | 223 | 70 | 43 |
| Binary | 101000 | 10001101 | 1010110 | 1001000 | 0 | 100111 | 101101 | 10010011 | 111000 | 100011 |
Color Harmonies of #288D56
Complementary color
Monochromatic Colors of #288D56
Black with #288D56
Text Example
Text Example
White with #288D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D56; }
p { color: rgb(40,141,86); }
H1.HeaderClassName
{
color: #288D56;
}
.AnyTagClassName
{
color: #288D56;
}
</style>
background-color css
<style>
a { background-color: #288D56; }
a { background-color: rgb(40,141,86); }
div.DivClassName
{
background-color: #288D56;
}
.BgClassName
{
background-color: #288D56;
}
</style>
border-color css
<style>
span { border-color: #288D56; }
span { border-color: rgb(40,141,86); }
td.TdClassName
{
border-color: #288D56;
}
.TagClassName
{
border-color: #288D56;
}
</style>