Shades of Sea Green #288E5A
Tints of Sea Green #288E5A
RGB
CMYK
RGB Variations
Color information
#288E5A (or 0x288E5A) is known color: Sea Green. HEX triplet: 28, 8E and 5A. RGB value is (40,142,90). Sum of RGB (Red+Green+Blue) = 40+142+90=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #288E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E5A is #D771A5. Grayscale: #696969. Windows color (decimal): -14119334 or 5934632. OLE color: 5934632.
HSL color Cylindrical-coordinate representation of color #288E5A: hue angle of 149.41º 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 #288E5A is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 90 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.44 |
| HSL | 149.41º | 0.56% | 0.36% | - |
| HSV(B) | 149.41º | 0.72% | 0.56% | - |
| XYZ | 12.39 | 20.54 | 12.98 | - |
| YUV | 105.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 90 | 0.72 | 0 | 0.37 | 0.44 | 149.41 | 0.56 | 0.36 |
| Hex | 28 | 8E | 5A | 48 | 0 | 25 | 2C | 95 | 38 | 24 |
| Octal | 50 | 216 | 132 | 110 | 0 | 45 | 54 | 225 | 70 | 44 |
| Binary | 101000 | 10001110 | 1011010 | 1001000 | 0 | 100101 | 101100 | 10010101 | 111000 | 100100 |
Color Harmonies of #288E5A
Complementary color
Monochromatic Colors of #288E5A
Black with #288E5A
Text Example
Text Example
White with #288E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E5A; }
p { color: rgb(40,142,90); }
H1.HeaderClassName
{
color: #288E5A;
}
.AnyTagClassName
{
color: #288E5A;
}
</style>
background-color css
<style>
a { background-color: #288E5A; }
a { background-color: rgb(40,142,90); }
div.DivClassName
{
background-color: #288E5A;
}
.BgClassName
{
background-color: #288E5A;
}
</style>
border-color css
<style>
span { border-color: #288E5A; }
span { border-color: rgb(40,142,90); }
td.TdClassName
{
border-color: #288E5A;
}
.TagClassName
{
border-color: #288E5A;
}
</style>