Shades of Sea Green #288555
Tints of Sea Green #288555
RGB
CMYK
RGB Variations
Color information
#288555 (or 0x288555) is known color: Sea Green. HEX triplet: 28, 85 and 55. RGB value is (40,133,85). Sum of RGB (Red+Green+Blue) = 40+133+85=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #288555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288555 is #D77AAA. Grayscale: #636363. Windows color (decimal): -14121643 or 5604648. OLE color: 5604648.
HSL color Cylindrical-coordinate representation of color #288555: hue angle of 149.03º 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 #288555 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 85 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.48 |
| HSL | 149.03º | 0.54% | 0.34% | - |
| HSV(B) | 149.03º | 0.7% | 0.52% | - |
| XYZ | 10.9 | 17.88 | 11.47 | - |
| YUV | 99.72 | 119.69 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 85 | 0.70 | 0 | 0.36 | 0.48 | 149.03 | 0.54 | 0.34 |
| Hex | 28 | 85 | 55 | 46 | 0 | 24 | 30 | 95 | 36 | 22 |
| Octal | 50 | 205 | 125 | 106 | 0 | 44 | 60 | 225 | 66 | 42 |
| Binary | 101000 | 10000101 | 1010101 | 1000110 | 0 | 100100 | 110000 | 10010101 | 110110 | 100010 |
Color Harmonies of #288555
Complementary color
Monochromatic Colors of #288555
Black with #288555
Text Example
Text Example
White with #288555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288555; }
p { color: rgb(40,133,85); }
H1.HeaderClassName
{
color: #288555;
}
.AnyTagClassName
{
color: #288555;
}
</style>
background-color css
<style>
a { background-color: #288555; }
a { background-color: rgb(40,133,85); }
div.DivClassName
{
background-color: #288555;
}
.BgClassName
{
background-color: #288555;
}
</style>
border-color css
<style>
span { border-color: #288555; }
span { border-color: rgb(40,133,85); }
td.TdClassName
{
border-color: #288555;
}
.TagClassName
{
border-color: #288555;
}
</style>