Shades of Sea Green #288058
Tints of Sea Green #288058
RGB
CMYK
RGB Variations
Color information
#288058 (or 0x288058) is known color: Sea Green. HEX triplet: 28, 80 and 58. RGB value is (40,128,88). Sum of RGB (Red+Green+Blue) = 40+128+88=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #288058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288058 is #D77FA7. Grayscale: #616161. Windows color (decimal): -14122920 or 5799976. OLE color: 5799976.
HSL color Cylindrical-coordinate representation of color #288058: hue angle of 152.73º 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 #288058 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 88 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.50 |
| HSL | 152.73º | 0.52% | 0.33% | - |
| HSV(B) | 152.73º | 0.69% | 0.5% | - |
| XYZ | 10.36 | 16.59 | 11.89 | - |
| YUV | 97.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 88 | 0.69 | 0 | 0.31 | 0.50 | 152.73 | 0.52 | 0.33 |
| Hex | 28 | 80 | 58 | 45 | 0 | 1F | 32 | 99 | 34 | 21 |
| Octal | 50 | 200 | 130 | 105 | 0 | 37 | 62 | 231 | 64 | 41 |
| Binary | 101000 | 10000000 | 1011000 | 1000101 | 0 | 11111 | 110010 | 10011001 | 110100 | 100001 |
Color Harmonies of #288058
Complementary color
Monochromatic Colors of #288058
Black with #288058
Text Example
Text Example
White with #288058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288058; }
p { color: rgb(40,128,88); }
H1.HeaderClassName
{
color: #288058;
}
.AnyTagClassName
{
color: #288058;
}
</style>
background-color css
<style>
a { background-color: #288058; }
a { background-color: rgb(40,128,88); }
div.DivClassName
{
background-color: #288058;
}
.BgClassName
{
background-color: #288058;
}
</style>
border-color css
<style>
span { border-color: #288058; }
span { border-color: rgb(40,128,88); }
td.TdClassName
{
border-color: #288058;
}
.TagClassName
{
border-color: #288058;
}
</style>