Shades of Sea Green #288E60
Tints of Sea Green #288E60
RGB
CMYK
RGB Variations
Color information
#288E60 (or 0x288E60) is known color: Sea Green. HEX triplet: 28, 8E and 60. RGB value is (40,142,96). Sum of RGB (Red+Green+Blue) = 40+142+96=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #288E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E60 is #D7719F. Grayscale: #6A6A6A. Windows color (decimal): -14119328 or 6327848. OLE color: 6327848.
HSL color Cylindrical-coordinate representation of color #288E60: hue angle of 152.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E60 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 96 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.44 |
| HSL | 152.94º | 0.56% | 0.36% | - |
| HSV(B) | 152.94º | 0.72% | 0.56% | - |
| XYZ | 12.66 | 20.64 | 14.38 | - |
| YUV | 106.26 | 122.21 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 96 | 0.72 | 0 | 0.32 | 0.44 | 152.94 | 0.56 | 0.36 |
| Hex | 28 | 8E | 60 | 48 | 0 | 20 | 2C | 99 | 38 | 24 |
| Octal | 50 | 216 | 140 | 110 | 0 | 40 | 54 | 231 | 70 | 44 |
| Binary | 101000 | 10001110 | 1100000 | 1001000 | 0 | 100000 | 101100 | 10011001 | 111000 | 100100 |
Color Harmonies of #288E60
Complementary color
Monochromatic Colors of #288E60
Black with #288E60
Text Example
Text Example
White with #288E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E60; }
p { color: rgb(40,142,96); }
H1.HeaderClassName
{
color: #288E60;
}
.AnyTagClassName
{
color: #288E60;
}
</style>
background-color css
<style>
a { background-color: #288E60; }
a { background-color: rgb(40,142,96); }
div.DivClassName
{
background-color: #288E60;
}
.BgClassName
{
background-color: #288E60;
}
</style>
border-color css
<style>
span { border-color: #288E60; }
span { border-color: rgb(40,142,96); }
td.TdClassName
{
border-color: #288E60;
}
.TagClassName
{
border-color: #288E60;
}
</style>