Shades of Sea Green #288355
Tints of Sea Green #288355
RGB
CMYK
RGB Variations
Color information
#288355 (or 0x288355) is known color: Sea Green. HEX triplet: 28, 83 and 55. RGB value is (40,131,85). Sum of RGB (Red+Green+Blue) = 40+131+85=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #288355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288355 is #D77CAA. Grayscale: #626262. Windows color (decimal): -14122155 or 5604136. OLE color: 5604136.
HSL color Cylindrical-coordinate representation of color #288355: hue angle of 149.67º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288355 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 85 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.49 |
| HSL | 149.67º | 0.53% | 0.34% | - |
| HSV(B) | 149.67º | 0.69% | 0.51% | - |
| XYZ | 10.63 | 17.34 | 11.38 | - |
| YUV | 98.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 85 | 0.69 | 0 | 0.35 | 0.49 | 149.67 | 0.53 | 0.34 |
| Hex | 28 | 83 | 55 | 45 | 0 | 23 | 31 | 96 | 35 | 22 |
| Octal | 50 | 203 | 125 | 105 | 0 | 43 | 61 | 226 | 65 | 42 |
| Binary | 101000 | 10000011 | 1010101 | 1000101 | 0 | 100011 | 110001 | 10010110 | 110101 | 100010 |
Color Harmonies of #288355
Complementary color
Monochromatic Colors of #288355
Black with #288355
Text Example
Text Example
White with #288355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288355; }
p { color: rgb(40,131,85); }
H1.HeaderClassName
{
color: #288355;
}
.AnyTagClassName
{
color: #288355;
}
</style>
background-color css
<style>
a { background-color: #288355; }
a { background-color: rgb(40,131,85); }
div.DivClassName
{
background-color: #288355;
}
.BgClassName
{
background-color: #288355;
}
</style>
border-color css
<style>
span { border-color: #288355; }
span { border-color: rgb(40,131,85); }
td.TdClassName
{
border-color: #288355;
}
.TagClassName
{
border-color: #288355;
}
</style>