Shades of Sea Green #288D4B
Tints of Sea Green #288D4B
RGB
CMYK
RGB Variations
Color information
#288D4B (or 0x288D4B) is known color: Sea Green. HEX triplet: 28, 8D and 4B. RGB value is (40,141,75). Sum of RGB (Red+Green+Blue) = 40+141+75=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #288D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D4B is #D772B4. Grayscale: #676767. Windows color (decimal): -14119605 or 4951336. OLE color: 4951336.
HSL color Cylindrical-coordinate representation of color #288D4B: hue angle of 140.79º 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 #288D4B is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 75 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.45 |
| HSL | 140.79º | 0.56% | 0.35% | - |
| HSV(B) | 140.79º | 0.72% | 0.55% | - |
| XYZ | 11.67 | 20.01 | 9.9 | - |
| YUV | 103.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 75 | 0.72 | 0 | 0.47 | 0.45 | 140.79 | 0.56 | 0.35 |
| Hex | 28 | 8D | 4B | 48 | 0 | 2F | 2D | 8D | 38 | 23 |
| Octal | 50 | 215 | 113 | 110 | 0 | 57 | 55 | 215 | 70 | 43 |
| Binary | 101000 | 10001101 | 1001011 | 1001000 | 0 | 101111 | 101101 | 10001101 | 111000 | 100011 |
Color Harmonies of #288D4B
Complementary color
Monochromatic Colors of #288D4B
Black with #288D4B
Text Example
Text Example
White with #288D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D4B; }
p { color: rgb(40,141,75); }
H1.HeaderClassName
{
color: #288D4B;
}
.AnyTagClassName
{
color: #288D4B;
}
</style>
background-color css
<style>
a { background-color: #288D4B; }
a { background-color: rgb(40,141,75); }
div.DivClassName
{
background-color: #288D4B;
}
.BgClassName
{
background-color: #288D4B;
}
</style>
border-color css
<style>
span { border-color: #288D4B; }
span { border-color: rgb(40,141,75); }
td.TdClassName
{
border-color: #288D4B;
}
.TagClassName
{
border-color: #288D4B;
}
</style>