Shades of Sea Green #288259
Tints of Sea Green #288259
RGB
CMYK
RGB Variations
Color information
#288259 (or 0x288259) is known color: Sea Green. HEX triplet: 28, 82 and 59. RGB value is (40,130,89). Sum of RGB (Red+Green+Blue) = 40+130+89=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #288259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288259 is #D77DA6. Grayscale: #626262. Windows color (decimal): -14122407 or 5866024. OLE color: 5866024.
HSL color Cylindrical-coordinate representation of color #288259: hue angle of 152.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288259 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 89 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.49 |
| HSL | 152.67º | 0.53% | 0.33% | - |
| HSV(B) | 152.67º | 0.69% | 0.51% | - |
| XYZ | 10.66 | 17.14 | 12.2 | - |
| YUV | 98.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 89 | 0.69 | 0 | 0.32 | 0.49 | 152.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 59 | 45 | 0 | 20 | 31 | 99 | 35 | 21 |
| Octal | 50 | 202 | 131 | 105 | 0 | 40 | 61 | 231 | 65 | 41 |
| Binary | 101000 | 10000010 | 1011001 | 1000101 | 0 | 100000 | 110001 | 10011001 | 110101 | 100001 |
Color Harmonies of #288259
Complementary color
Monochromatic Colors of #288259
Black with #288259
Text Example
Text Example
White with #288259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288259; }
p { color: rgb(40,130,89); }
H1.HeaderClassName
{
color: #288259;
}
.AnyTagClassName
{
color: #288259;
}
</style>
background-color css
<style>
a { background-color: #288259; }
a { background-color: rgb(40,130,89); }
div.DivClassName
{
background-color: #288259;
}
.BgClassName
{
background-color: #288259;
}
</style>
border-color css
<style>
span { border-color: #288259; }
span { border-color: rgb(40,130,89); }
td.TdClassName
{
border-color: #288259;
}
.TagClassName
{
border-color: #288259;
}
</style>