Shades of Sea Green #288E55
Tints of Sea Green #288E55
RGB
CMYK
RGB Variations
Color information
#288E55 (or 0x288E55) is known color: Sea Green. HEX triplet: 28, 8E and 55. RGB value is (40,142,85). Sum of RGB (Red+Green+Blue) = 40+142+85=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #288E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E55 is #D771AA. Grayscale: #696969. Windows color (decimal): -14119339 or 5606952. OLE color: 5606952.
HSL color Cylindrical-coordinate representation of color #288E55: hue angle of 146.47º 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 #288E55 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 85 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.44 |
| HSL | 146.47º | 0.56% | 0.36% | - |
| HSV(B) | 146.47º | 0.72% | 0.56% | - |
| XYZ | 12.19 | 20.45 | 11.9 | - |
| YUV | 105 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 85 | 0.72 | 0 | 0.40 | 0.44 | 146.47 | 0.56 | 0.36 |
| Hex | 28 | 8E | 55 | 48 | 0 | 28 | 2C | 92 | 38 | 24 |
| Octal | 50 | 216 | 125 | 110 | 0 | 50 | 54 | 222 | 70 | 44 |
| Binary | 101000 | 10001110 | 1010101 | 1001000 | 0 | 101000 | 101100 | 10010010 | 111000 | 100100 |
Color Harmonies of #288E55
Complementary color
Monochromatic Colors of #288E55
Black with #288E55
Text Example
Text Example
White with #288E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E55; }
p { color: rgb(40,142,85); }
H1.HeaderClassName
{
color: #288E55;
}
.AnyTagClassName
{
color: #288E55;
}
</style>
background-color css
<style>
a { background-color: #288E55; }
a { background-color: rgb(40,142,85); }
div.DivClassName
{
background-color: #288E55;
}
.BgClassName
{
background-color: #288E55;
}
</style>
border-color css
<style>
span { border-color: #288E55; }
span { border-color: rgb(40,142,85); }
td.TdClassName
{
border-color: #288E55;
}
.TagClassName
{
border-color: #288E55;
}
</style>