Shades of Sea Green #288D41
Tints of Sea Green #288D41
RGB
CMYK
RGB Variations
Color information
#288D41 (or 0x288D41) is known color: Sea Green. HEX triplet: 28, 8D and 41. RGB value is (40,141,65). Sum of RGB (Red+Green+Blue) = 40+141+65=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #288D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D41 is #D772BE. Grayscale: #666666. Windows color (decimal): -14119615 or 4295976. OLE color: 4295976.
HSL color Cylindrical-coordinate representation of color #288D41: hue angle of 134.85º 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 #288D41 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 65 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.45 |
| HSL | 134.85º | 0.56% | 0.35% | - |
| HSV(B) | 134.85º | 0.72% | 0.55% | - |
| XYZ | 11.35 | 19.88 | 8.24 | - |
| YUV | 102.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 65 | 0.72 | 0 | 0.54 | 0.45 | 134.85 | 0.56 | 0.35 |
| Hex | 28 | 8D | 41 | 48 | 0 | 36 | 2D | 87 | 38 | 23 |
| Octal | 50 | 215 | 101 | 110 | 0 | 66 | 55 | 207 | 70 | 43 |
| Binary | 101000 | 10001101 | 1000001 | 1001000 | 0 | 110110 | 101101 | 10000111 | 111000 | 100011 |
Color Harmonies of #288D41
Complementary color
Monochromatic Colors of #288D41
Black with #288D41
Text Example
Text Example
White with #288D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D41; }
p { color: rgb(40,141,65); }
H1.HeaderClassName
{
color: #288D41;
}
.AnyTagClassName
{
color: #288D41;
}
</style>
background-color css
<style>
a { background-color: #288D41; }
a { background-color: rgb(40,141,65); }
div.DivClassName
{
background-color: #288D41;
}
.BgClassName
{
background-color: #288D41;
}
</style>
border-color css
<style>
span { border-color: #288D41; }
span { border-color: rgb(40,141,65); }
td.TdClassName
{
border-color: #288D41;
}
.TagClassName
{
border-color: #288D41;
}
</style>