Shades of Sea Green #288D4C
Tints of Sea Green #288D4C
RGB
CMYK
RGB Variations
Color information
#288D4C (or 0x288D4C) is known color: Sea Green. HEX triplet: 28, 8D and 4C. RGB value is (40,141,76). Sum of RGB (Red+Green+Blue) = 40+141+76=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #288D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D4C is #D772B3. Grayscale: #676767. Windows color (decimal): -14119604 or 5016872. OLE color: 5016872.
HSL color Cylindrical-coordinate representation of color #288D4C: hue angle of 141.39º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D4C is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 76 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.45 |
| HSL | 141.39º | 0.56% | 0.35% | - |
| HSV(B) | 141.39º | 0.72% | 0.55% | - |
| XYZ | 11.7 | 20.02 | 10.09 | - |
| YUV | 103.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 76 | 0.72 | 0 | 0.46 | 0.45 | 141.39 | 0.56 | 0.35 |
| Hex | 28 | 8D | 4C | 48 | 0 | 2E | 2D | 8D | 38 | 23 |
| Octal | 50 | 215 | 114 | 110 | 0 | 56 | 55 | 215 | 70 | 43 |
| Binary | 101000 | 10001101 | 1001100 | 1001000 | 0 | 101110 | 101101 | 10001101 | 111000 | 100011 |
Color Harmonies of #288D4C
Complementary color
Monochromatic Colors of #288D4C
Black with #288D4C
Text Example
Text Example
White with #288D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D4C; }
p { color: rgb(40,141,76); }
H1.HeaderClassName
{
color: #288D4C;
}
.AnyTagClassName
{
color: #288D4C;
}
</style>
background-color css
<style>
a { background-color: #288D4C; }
a { background-color: rgb(40,141,76); }
div.DivClassName
{
background-color: #288D4C;
}
.BgClassName
{
background-color: #288D4C;
}
</style>
border-color css
<style>
span { border-color: #288D4C; }
span { border-color: rgb(40,141,76); }
td.TdClassName
{
border-color: #288D4C;
}
.TagClassName
{
border-color: #288D4C;
}
</style>