Shades of Sea Green #288D4D
Tints of Sea Green #288D4D
RGB
CMYK
RGB Variations
Color information
#288D4D (or 0x288D4D) is known color: Sea Green. HEX triplet: 28, 8D and 4D. RGB value is (40,141,77). Sum of RGB (Red+Green+Blue) = 40+141+77=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #288D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D4D is #D772B2. Grayscale: #676767. Windows color (decimal): -14119603 or 5082408. OLE color: 5082408.
HSL color Cylindrical-coordinate representation of color #288D4D: hue angle of 141.98º 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 #288D4D is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 77 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.45 |
| HSL | 141.98º | 0.56% | 0.35% | - |
| HSV(B) | 141.98º | 0.72% | 0.55% | - |
| XYZ | 11.74 | 20.04 | 10.27 | - |
| YUV | 103.51 | 113.04 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 77 | 0.72 | 0 | 0.45 | 0.45 | 141.98 | 0.56 | 0.35 |
| Hex | 28 | 8D | 4D | 48 | 0 | 2D | 2D | 8E | 38 | 23 |
| Octal | 50 | 215 | 115 | 110 | 0 | 55 | 55 | 216 | 70 | 43 |
| Binary | 101000 | 10001101 | 1001101 | 1001000 | 0 | 101101 | 101101 | 10001110 | 111000 | 100011 |
Color Harmonies of #288D4D
Complementary color
Monochromatic Colors of #288D4D
Black with #288D4D
Text Example
Text Example
White with #288D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D4D; }
p { color: rgb(40,141,77); }
H1.HeaderClassName
{
color: #288D4D;
}
.AnyTagClassName
{
color: #288D4D;
}
</style>
background-color css
<style>
a { background-color: #288D4D; }
a { background-color: rgb(40,141,77); }
div.DivClassName
{
background-color: #288D4D;
}
.BgClassName
{
background-color: #288D4D;
}
</style>
border-color css
<style>
span { border-color: #288D4D; }
span { border-color: rgb(40,141,77); }
td.TdClassName
{
border-color: #288D4D;
}
.TagClassName
{
border-color: #288D4D;
}
</style>