Shades of Sea Green #288A50
Tints of Sea Green #288A50
RGB
CMYK
RGB Variations
Color information
#288A50 (or 0x288A50) is known color: Sea Green. HEX triplet: 28, 8A and 50. RGB value is (40,138,80). Sum of RGB (Red+Green+Blue) = 40+138+80=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #288A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A50 is #D775AF. Grayscale: #666666. Windows color (decimal): -14120368 or 5278248. OLE color: 5278248.
HSL color Cylindrical-coordinate representation of color #288A50: hue angle of 144.49º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A50 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 80 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.46 |
| HSL | 144.49º | 0.55% | 0.35% | - |
| HSV(B) | 144.49º | 0.71% | 0.54% | - |
| XYZ | 11.41 | 19.21 | 10.7 | - |
| YUV | 102.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 80 | 0.71 | 0 | 0.42 | 0.46 | 144.49 | 0.55 | 0.35 |
| Hex | 28 | 8A | 50 | 47 | 0 | 2A | 2E | 90 | 37 | 23 |
| Octal | 50 | 212 | 120 | 107 | 0 | 52 | 56 | 220 | 67 | 43 |
| Binary | 101000 | 10001010 | 1010000 | 1000111 | 0 | 101010 | 101110 | 10010000 | 110111 | 100011 |
Color Harmonies of #288A50
Complementary color
Monochromatic Colors of #288A50
Black with #288A50
Text Example
Text Example
White with #288A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A50; }
p { color: rgb(40,138,80); }
H1.HeaderClassName
{
color: #288A50;
}
.AnyTagClassName
{
color: #288A50;
}
</style>
background-color css
<style>
a { background-color: #288A50; }
a { background-color: rgb(40,138,80); }
div.DivClassName
{
background-color: #288A50;
}
.BgClassName
{
background-color: #288A50;
}
</style>
border-color css
<style>
span { border-color: #288A50; }
span { border-color: rgb(40,138,80); }
td.TdClassName
{
border-color: #288A50;
}
.TagClassName
{
border-color: #288A50;
}
</style>