Shades of Sea Green #288648
Tints of Sea Green #288648
RGB
CMYK
RGB Variations
Color information
#288648 (or 0x288648) is known color: Sea Green. HEX triplet: 28, 86 and 48. RGB value is (40,134,72). Sum of RGB (Red+Green+Blue) = 40+134+72=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #288648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288648 is #D779B7. Grayscale: #626262. Windows color (decimal): -14121400 or 4752936. OLE color: 4752936.
HSL color Cylindrical-coordinate representation of color #288648: hue angle of 140.43º 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 #288648 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 72 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.47 |
| HSL | 140.43º | 0.54% | 0.34% | - |
| HSV(B) | 140.43º | 0.7% | 0.53% | - |
| XYZ | 10.57 | 17.97 | 9.04 | - |
| YUV | 98.83 | 112.86 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 72 | 0.70 | 0 | 0.46 | 0.47 | 140.43 | 0.54 | 0.34 |
| Hex | 28 | 86 | 48 | 46 | 0 | 2E | 2F | 8C | 36 | 22 |
| Octal | 50 | 206 | 110 | 106 | 0 | 56 | 57 | 214 | 66 | 42 |
| Binary | 101000 | 10000110 | 1001000 | 1000110 | 0 | 101110 | 101111 | 10001100 | 110110 | 100010 |
Color Harmonies of #288648
Complementary color
Monochromatic Colors of #288648
Black with #288648
Text Example
Text Example
White with #288648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288648; }
p { color: rgb(40,134,72); }
H1.HeaderClassName
{
color: #288648;
}
.AnyTagClassName
{
color: #288648;
}
</style>
background-color css
<style>
a { background-color: #288648; }
a { background-color: rgb(40,134,72); }
div.DivClassName
{
background-color: #288648;
}
.BgClassName
{
background-color: #288648;
}
</style>
border-color css
<style>
span { border-color: #288648; }
span { border-color: rgb(40,134,72); }
td.TdClassName
{
border-color: #288648;
}
.TagClassName
{
border-color: #288648;
}
</style>