Shades of Sea Green #288255
Tints of Sea Green #288255
RGB
CMYK
RGB Variations
Color information
#288255 (or 0x288255) is known color: Sea Green. HEX triplet: 28, 82 and 55. RGB value is (40,130,85). Sum of RGB (Red+Green+Blue) = 40+130+85=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #288255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288255 is #D77DAA. Grayscale: #626262. Windows color (decimal): -14122411 or 5603880. OLE color: 5603880.
HSL color Cylindrical-coordinate representation of color #288255: hue angle of 150º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288255 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 85 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.49 |
| HSL | 150º | 0.53% | 0.33% | - |
| HSV(B) | 150º | 0.69% | 0.51% | - |
| XYZ | 10.5 | 17.07 | 11.34 | - |
| YUV | 97.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 85 | 0.69 | 0 | 0.35 | 0.49 | 150 | 0.53 | 0.33 |
| Hex | 28 | 82 | 55 | 45 | 0 | 23 | 31 | 96 | 35 | 21 |
| Octal | 50 | 202 | 125 | 105 | 0 | 43 | 61 | 226 | 65 | 41 |
| Binary | 101000 | 10000010 | 1010101 | 1000101 | 0 | 100011 | 110001 | 10010110 | 110101 | 100001 |
Color Harmonies of #288255
Complementary color
Monochromatic Colors of #288255
Black with #288255
Text Example
Text Example
White with #288255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288255; }
p { color: rgb(40,130,85); }
H1.HeaderClassName
{
color: #288255;
}
.AnyTagClassName
{
color: #288255;
}
</style>
background-color css
<style>
a { background-color: #288255; }
a { background-color: rgb(40,130,85); }
div.DivClassName
{
background-color: #288255;
}
.BgClassName
{
background-color: #288255;
}
</style>
border-color css
<style>
span { border-color: #288255; }
span { border-color: rgb(40,130,85); }
td.TdClassName
{
border-color: #288255;
}
.TagClassName
{
border-color: #288255;
}
</style>