Shades of Sea Green #288F52
Tints of Sea Green #288F52
RGB
CMYK
RGB Variations
Color information
#288F52 (or 0x288F52) is known color: Sea Green. HEX triplet: 28, 8F and 52. RGB value is (40,143,82). Sum of RGB (Red+Green+Blue) = 40+143+82=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #288F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F52 is #D770AD. Grayscale: #696969. Windows color (decimal): -14119086 or 5410600. OLE color: 5410600.
HSL color Cylindrical-coordinate representation of color #288F52: hue angle of 144.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F52 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 82 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.44 |
| HSL | 144.47º | 0.56% | 0.36% | - |
| HSV(B) | 144.47º | 0.72% | 0.56% | - |
| XYZ | 12.22 | 20.71 | 11.34 | - |
| YUV | 105.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 82 | 0.72 | 0 | 0.43 | 0.44 | 144.47 | 0.56 | 0.36 |
| Hex | 28 | 8F | 52 | 48 | 0 | 2B | 2C | 90 | 38 | 24 |
| Octal | 50 | 217 | 122 | 110 | 0 | 53 | 54 | 220 | 70 | 44 |
| Binary | 101000 | 10001111 | 1010010 | 1001000 | 0 | 101011 | 101100 | 10010000 | 111000 | 100100 |
Color Harmonies of #288F52
Complementary color
Monochromatic Colors of #288F52
Black with #288F52
Text Example
Text Example
White with #288F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F52; }
p { color: rgb(40,143,82); }
H1.HeaderClassName
{
color: #288F52;
}
.AnyTagClassName
{
color: #288F52;
}
</style>
background-color css
<style>
a { background-color: #288F52; }
a { background-color: rgb(40,143,82); }
div.DivClassName
{
background-color: #288F52;
}
.BgClassName
{
background-color: #288F52;
}
</style>
border-color css
<style>
span { border-color: #288F52; }
span { border-color: rgb(40,143,82); }
td.TdClassName
{
border-color: #288F52;
}
.TagClassName
{
border-color: #288F52;
}
</style>