Shades of Sea Green #288049
Tints of Sea Green #288049
RGB
CMYK
RGB Variations
Color information
#288049 (or 0x288049) is known color: Sea Green. HEX triplet: 28, 80 and 49. RGB value is (40,128,73). Sum of RGB (Red+Green+Blue) = 40+128+73=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #288049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288049 is #D77FB6. Grayscale: #5F5F5F. Windows color (decimal): -14122935 or 4816936. OLE color: 4816936.
HSL color Cylindrical-coordinate representation of color #288049: hue angle of 142.5º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288049 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 73 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.50 |
| HSL | 142.5º | 0.52% | 0.33% | - |
| HSV(B) | 142.5º | 0.69% | 0.5% | - |
| XYZ | 9.8 | 16.37 | 8.95 | - |
| YUV | 95.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 73 | 0.69 | 0 | 0.43 | 0.50 | 142.5 | 0.52 | 0.33 |
| Hex | 28 | 80 | 49 | 45 | 0 | 2B | 32 | 8E | 34 | 21 |
| Octal | 50 | 200 | 111 | 105 | 0 | 53 | 62 | 216 | 64 | 41 |
| Binary | 101000 | 10000000 | 1001001 | 1000101 | 0 | 101011 | 110010 | 10001110 | 110100 | 100001 |
Color Harmonies of #288049
Complementary color
Monochromatic Colors of #288049
Black with #288049
Text Example
Text Example
White with #288049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288049; }
p { color: rgb(40,128,73); }
H1.HeaderClassName
{
color: #288049;
}
.AnyTagClassName
{
color: #288049;
}
</style>
background-color css
<style>
a { background-color: #288049; }
a { background-color: rgb(40,128,73); }
div.DivClassName
{
background-color: #288049;
}
.BgClassName
{
background-color: #288049;
}
</style>
border-color css
<style>
span { border-color: #288049; }
span { border-color: rgb(40,128,73); }
td.TdClassName
{
border-color: #288049;
}
.TagClassName
{
border-color: #288049;
}
</style>