Shades of Sea Green #288552
Tints of Sea Green #288552
RGB
CMYK
RGB Variations
Color information
#288552 (or 0x288552) is known color: Sea Green. HEX triplet: 28, 85 and 52. RGB value is (40,133,82). Sum of RGB (Red+Green+Blue) = 40+133+82=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #288552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288552 is #D77AAD. Grayscale: #636363. Windows color (decimal): -14121646 or 5408040. OLE color: 5408040.
HSL color Cylindrical-coordinate representation of color #288552: hue angle of 147.1º 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 #288552 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 82 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.48 |
| HSL | 147.1º | 0.54% | 0.34% | - |
| HSV(B) | 147.1º | 0.7% | 0.52% | - |
| XYZ | 10.79 | 17.84 | 10.86 | - |
| YUV | 99.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 82 | 0.70 | 0 | 0.38 | 0.48 | 147.1 | 0.54 | 0.34 |
| Hex | 28 | 85 | 52 | 46 | 0 | 26 | 30 | 93 | 36 | 22 |
| Octal | 50 | 205 | 122 | 106 | 0 | 46 | 60 | 223 | 66 | 42 |
| Binary | 101000 | 10000101 | 1010010 | 1000110 | 0 | 100110 | 110000 | 10010011 | 110110 | 100010 |
Color Harmonies of #288552
Complementary color
Monochromatic Colors of #288552
Black with #288552
Text Example
Text Example
White with #288552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288552; }
p { color: rgb(40,133,82); }
H1.HeaderClassName
{
color: #288552;
}
.AnyTagClassName
{
color: #288552;
}
</style>
background-color css
<style>
a { background-color: #288552; }
a { background-color: rgb(40,133,82); }
div.DivClassName
{
background-color: #288552;
}
.BgClassName
{
background-color: #288552;
}
</style>
border-color css
<style>
span { border-color: #288552; }
span { border-color: rgb(40,133,82); }
td.TdClassName
{
border-color: #288552;
}
.TagClassName
{
border-color: #288552;
}
</style>