Shades of Sea Green #288D61
Tints of Sea Green #288D61
RGB
CMYK
RGB Variations
Color information
#288D61 (or 0x288D61) is known color: Sea Green. HEX triplet: 28, 8D and 61. RGB value is (40,141,97). Sum of RGB (Red+Green+Blue) = 40+141+97=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #288D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D61 is #D7729E. Grayscale: #696969. Windows color (decimal): -14119583 or 6393128. OLE color: 6393128.
HSL color Cylindrical-coordinate representation of color #288D61: hue angle of 153.86º 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 #288D61 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 97 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.45 |
| HSL | 153.86º | 0.56% | 0.35% | - |
| HSV(B) | 153.86º | 0.72% | 0.55% | - |
| XYZ | 12.56 | 20.36 | 14.58 | - |
| YUV | 105.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 97 | 0.72 | 0 | 0.31 | 0.45 | 153.86 | 0.56 | 0.35 |
| Hex | 28 | 8D | 61 | 48 | 0 | 1F | 2D | 9A | 38 | 23 |
| Octal | 50 | 215 | 141 | 110 | 0 | 37 | 55 | 232 | 70 | 43 |
| Binary | 101000 | 10001101 | 1100001 | 1001000 | 0 | 11111 | 101101 | 10011010 | 111000 | 100011 |
Color Harmonies of #288D61
Complementary color
Monochromatic Colors of #288D61
Black with #288D61
Text Example
Text Example
White with #288D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D61; }
p { color: rgb(40,141,97); }
H1.HeaderClassName
{
color: #288D61;
}
.AnyTagClassName
{
color: #288D61;
}
</style>
background-color css
<style>
a { background-color: #288D61; }
a { background-color: rgb(40,141,97); }
div.DivClassName
{
background-color: #288D61;
}
.BgClassName
{
background-color: #288D61;
}
</style>
border-color css
<style>
span { border-color: #288D61; }
span { border-color: rgb(40,141,97); }
td.TdClassName
{
border-color: #288D61;
}
.TagClassName
{
border-color: #288D61;
}
</style>