Shades of Sea Green #288359
Tints of Sea Green #288359
RGB
CMYK
RGB Variations
Color information
#288359 (or 0x288359) is known color: Sea Green. HEX triplet: 28, 83 and 59. RGB value is (40,131,89). Sum of RGB (Red+Green+Blue) = 40+131+89=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #288359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288359 is #D77CA6. Grayscale: #636363. Windows color (decimal): -14122151 or 5866280. OLE color: 5866280.
HSL color Cylindrical-coordinate representation of color #288359: hue angle of 152.31º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288359 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 89 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.49 |
| HSL | 152.31º | 0.53% | 0.34% | - |
| HSV(B) | 152.31º | 0.69% | 0.51% | - |
| XYZ | 10.79 | 17.4 | 12.24 | - |
| YUV | 99 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 89 | 0.69 | 0 | 0.32 | 0.49 | 152.31 | 0.53 | 0.34 |
| Hex | 28 | 83 | 59 | 45 | 0 | 20 | 31 | 98 | 35 | 22 |
| Octal | 50 | 203 | 131 | 105 | 0 | 40 | 61 | 230 | 65 | 42 |
| Binary | 101000 | 10000011 | 1011001 | 1000101 | 0 | 100000 | 110001 | 10011000 | 110101 | 100010 |
Color Harmonies of #288359
Complementary color
Monochromatic Colors of #288359
Black with #288359
Text Example
Text Example
White with #288359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288359; }
p { color: rgb(40,131,89); }
H1.HeaderClassName
{
color: #288359;
}
.AnyTagClassName
{
color: #288359;
}
</style>
background-color css
<style>
a { background-color: #288359; }
a { background-color: rgb(40,131,89); }
div.DivClassName
{
background-color: #288359;
}
.BgClassName
{
background-color: #288359;
}
</style>
border-color css
<style>
span { border-color: #288359; }
span { border-color: rgb(40,131,89); }
td.TdClassName
{
border-color: #288359;
}
.TagClassName
{
border-color: #288359;
}
</style>