Shades of Sea Green #288650
Tints of Sea Green #288650
RGB
CMYK
RGB Variations
Color information
#288650 (or 0x288650) is known color: Sea Green. HEX triplet: 28, 86 and 50. RGB value is (40,134,80). Sum of RGB (Red+Green+Blue) = 40+134+80=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #288650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288650 is #D779AF. Grayscale: #636363. Windows color (decimal): -14121392 or 5277224. OLE color: 5277224.
HSL color Cylindrical-coordinate representation of color #288650: hue angle of 145.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288650 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 80 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.47 |
| HSL | 145.53º | 0.54% | 0.34% | - |
| HSV(B) | 145.53º | 0.7% | 0.53% | - |
| XYZ | 10.85 | 18.08 | 10.51 | - |
| YUV | 99.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 80 | 0.70 | 0 | 0.40 | 0.47 | 145.53 | 0.54 | 0.34 |
| Hex | 28 | 86 | 50 | 46 | 0 | 28 | 2F | 92 | 36 | 22 |
| Octal | 50 | 206 | 120 | 106 | 0 | 50 | 57 | 222 | 66 | 42 |
| Binary | 101000 | 10000110 | 1010000 | 1000110 | 0 | 101000 | 101111 | 10010010 | 110110 | 100010 |
Color Harmonies of #288650
Complementary color
Monochromatic Colors of #288650
Black with #288650
Text Example
Text Example
White with #288650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288650; }
p { color: rgb(40,134,80); }
H1.HeaderClassName
{
color: #288650;
}
.AnyTagClassName
{
color: #288650;
}
</style>
background-color css
<style>
a { background-color: #288650; }
a { background-color: rgb(40,134,80); }
div.DivClassName
{
background-color: #288650;
}
.BgClassName
{
background-color: #288650;
}
</style>
border-color css
<style>
span { border-color: #288650; }
span { border-color: rgb(40,134,80); }
td.TdClassName
{
border-color: #288650;
}
.TagClassName
{
border-color: #288650;
}
</style>