Shades of Sea Green #288D45
Tints of Sea Green #288D45
RGB
CMYK
RGB Variations
Color information
#288D45 (or 0x288D45) is known color: Sea Green. HEX triplet: 28, 8D and 45. RGB value is (40,141,69). Sum of RGB (Red+Green+Blue) = 40+141+69=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #288D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D45 is #D772BA. Grayscale: #666666. Windows color (decimal): -14119611 or 4558120. OLE color: 4558120.
HSL color Cylindrical-coordinate representation of color #288D45: hue angle of 137.23º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D45 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 69 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.45 |
| HSL | 137.23º | 0.56% | 0.35% | - |
| HSV(B) | 137.23º | 0.72% | 0.55% | - |
| XYZ | 11.47 | 19.93 | 8.87 | - |
| YUV | 102.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 69 | 0.72 | 0 | 0.51 | 0.45 | 137.23 | 0.56 | 0.35 |
| Hex | 28 | 8D | 45 | 48 | 0 | 33 | 2D | 89 | 38 | 23 |
| Octal | 50 | 215 | 105 | 110 | 0 | 63 | 55 | 211 | 70 | 43 |
| Binary | 101000 | 10001101 | 1000101 | 1001000 | 0 | 110011 | 101101 | 10001001 | 111000 | 100011 |
Color Harmonies of #288D45
Complementary color
Monochromatic Colors of #288D45
Black with #288D45
Text Example
Text Example
White with #288D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D45; }
p { color: rgb(40,141,69); }
H1.HeaderClassName
{
color: #288D45;
}
.AnyTagClassName
{
color: #288D45;
}
</style>
background-color css
<style>
a { background-color: #288D45; }
a { background-color: rgb(40,141,69); }
div.DivClassName
{
background-color: #288D45;
}
.BgClassName
{
background-color: #288D45;
}
</style>
border-color css
<style>
span { border-color: #288D45; }
span { border-color: rgb(40,141,69); }
td.TdClassName
{
border-color: #288D45;
}
.TagClassName
{
border-color: #288D45;
}
</style>