Shades of Sea Green #288550
Tints of Sea Green #288550
RGB
CMYK
RGB Variations
Color information
#288550 (or 0x288550) is known color: Sea Green. HEX triplet: 28, 85 and 50. RGB value is (40,133,80). Sum of RGB (Red+Green+Blue) = 40+133+80=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #288550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288550 is #D77AAF. Grayscale: #636363. Windows color (decimal): -14121648 or 5276968. OLE color: 5276968.
HSL color Cylindrical-coordinate representation of color #288550: hue angle of 145.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288550 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 80 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.48 |
| HSL | 145.81º | 0.54% | 0.34% | - |
| HSV(B) | 145.81º | 0.7% | 0.52% | - |
| XYZ | 10.71 | 17.81 | 10.46 | - |
| YUV | 99.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 80 | 0.70 | 0 | 0.40 | 0.48 | 145.81 | 0.54 | 0.34 |
| Hex | 28 | 85 | 50 | 46 | 0 | 28 | 30 | 92 | 36 | 22 |
| Octal | 50 | 205 | 120 | 106 | 0 | 50 | 60 | 222 | 66 | 42 |
| Binary | 101000 | 10000101 | 1010000 | 1000110 | 0 | 101000 | 110000 | 10010010 | 110110 | 100010 |
Color Harmonies of #288550
Complementary color
Monochromatic Colors of #288550
Black with #288550
Text Example
Text Example
White with #288550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288550; }
p { color: rgb(40,133,80); }
H1.HeaderClassName
{
color: #288550;
}
.AnyTagClassName
{
color: #288550;
}
</style>
background-color css
<style>
a { background-color: #288550; }
a { background-color: rgb(40,133,80); }
div.DivClassName
{
background-color: #288550;
}
.BgClassName
{
background-color: #288550;
}
</style>
border-color css
<style>
span { border-color: #288550; }
span { border-color: rgb(40,133,80); }
td.TdClassName
{
border-color: #288550;
}
.TagClassName
{
border-color: #288550;
}
</style>