Shades of Sea Green #288C4F
Tints of Sea Green #288C4F
RGB
CMYK
RGB Variations
Color information
#288C4F (or 0x288C4F) is known color: Sea Green. HEX triplet: 28, 8C and 4F. RGB value is (40,140,79). Sum of RGB (Red+Green+Blue) = 40+140+79=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #288C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C4F is #D773B0. Grayscale: #676767. Windows color (decimal): -14119857 or 5213224. OLE color: 5213224.
HSL color Cylindrical-coordinate representation of color #288C4F: hue angle of 143.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C4F is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 79 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.45 |
| HSL | 143.4º | 0.56% | 0.35% | - |
| HSV(B) | 143.4º | 0.71% | 0.55% | - |
| XYZ | 11.66 | 19.77 | 10.6 | - |
| YUV | 103.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 79 | 0.71 | 0 | 0.44 | 0.45 | 143.4 | 0.56 | 0.35 |
| Hex | 28 | 8C | 4F | 47 | 0 | 2C | 2D | 8F | 38 | 23 |
| Octal | 50 | 214 | 117 | 107 | 0 | 54 | 55 | 217 | 70 | 43 |
| Binary | 101000 | 10001100 | 1001111 | 1000111 | 0 | 101100 | 101101 | 10001111 | 111000 | 100011 |
Color Harmonies of #288C4F
Complementary color
Monochromatic Colors of #288C4F
Black with #288C4F
Text Example
Text Example
White with #288C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C4F; }
p { color: rgb(40,140,79); }
H1.HeaderClassName
{
color: #288C4F;
}
.AnyTagClassName
{
color: #288C4F;
}
</style>
background-color css
<style>
a { background-color: #288C4F; }
a { background-color: rgb(40,140,79); }
div.DivClassName
{
background-color: #288C4F;
}
.BgClassName
{
background-color: #288C4F;
}
</style>
border-color css
<style>
span { border-color: #288C4F; }
span { border-color: rgb(40,140,79); }
td.TdClassName
{
border-color: #288C4F;
}
.TagClassName
{
border-color: #288C4F;
}
</style>