Shades of Sea Green #288C4D
Tints of Sea Green #288C4D
RGB
CMYK
RGB Variations
Color information
#288C4D (or 0x288C4D) is known color: Sea Green. HEX triplet: 28, 8C and 4D. RGB value is (40,140,77). Sum of RGB (Red+Green+Blue) = 40+140+77=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #288C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C4D is #D773B2. Grayscale: #676767. Windows color (decimal): -14119859 or 5082152. OLE color: 5082152.
HSL color Cylindrical-coordinate representation of color #288C4D: hue angle of 142.2º 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 #288C4D is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 77 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.45 |
| HSL | 142.2º | 0.56% | 0.35% | - |
| HSV(B) | 142.2º | 0.71% | 0.55% | - |
| XYZ | 11.59 | 19.74 | 10.22 | - |
| YUV | 102.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 77 | 0.71 | 0 | 0.45 | 0.45 | 142.2 | 0.56 | 0.35 |
| Hex | 28 | 8C | 4D | 47 | 0 | 2D | 2D | 8E | 38 | 23 |
| Octal | 50 | 214 | 115 | 107 | 0 | 55 | 55 | 216 | 70 | 43 |
| Binary | 101000 | 10001100 | 1001101 | 1000111 | 0 | 101101 | 101101 | 10001110 | 111000 | 100011 |
Color Harmonies of #288C4D
Complementary color
Monochromatic Colors of #288C4D
Black with #288C4D
Text Example
Text Example
White with #288C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C4D; }
p { color: rgb(40,140,77); }
H1.HeaderClassName
{
color: #288C4D;
}
.AnyTagClassName
{
color: #288C4D;
}
</style>
background-color css
<style>
a { background-color: #288C4D; }
a { background-color: rgb(40,140,77); }
div.DivClassName
{
background-color: #288C4D;
}
.BgClassName
{
background-color: #288C4D;
}
</style>
border-color css
<style>
span { border-color: #288C4D; }
span { border-color: rgb(40,140,77); }
td.TdClassName
{
border-color: #288C4D;
}
.TagClassName
{
border-color: #288C4D;
}
</style>