Shades of Sea Green #288246
Tints of Sea Green #288246
RGB
CMYK
RGB Variations
Color information
#288246 (or 0x288246) is known color: Sea Green. HEX triplet: 28, 82 and 46. RGB value is (40,130,70). Sum of RGB (Red+Green+Blue) = 40+130+70=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #288246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288246 is #D77DB9. Grayscale: #606060. Windows color (decimal): -14122426 or 4620840. OLE color: 4620840.
HSL color Cylindrical-coordinate representation of color #288246: hue angle of 140º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288246 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 70 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.49 |
| HSL | 140º | 0.53% | 0.33% | - |
| HSV(B) | 140º | 0.69% | 0.51% | - |
| XYZ | 9.96 | 16.86 | 8.52 | - |
| YUV | 96.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 70 | 0.69 | 0 | 0.46 | 0.49 | 140 | 0.53 | 0.33 |
| Hex | 28 | 82 | 46 | 45 | 0 | 2E | 31 | 8C | 35 | 21 |
| Octal | 50 | 202 | 106 | 105 | 0 | 56 | 61 | 214 | 65 | 41 |
| Binary | 101000 | 10000010 | 1000110 | 1000101 | 0 | 101110 | 110001 | 10001100 | 110101 | 100001 |
Color Harmonies of #288246
Complementary color
Monochromatic Colors of #288246
Black with #288246
Text Example
Text Example
White with #288246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288246; }
p { color: rgb(40,130,70); }
H1.HeaderClassName
{
color: #288246;
}
.AnyTagClassName
{
color: #288246;
}
</style>
background-color css
<style>
a { background-color: #288246; }
a { background-color: rgb(40,130,70); }
div.DivClassName
{
background-color: #288246;
}
.BgClassName
{
background-color: #288246;
}
</style>
border-color css
<style>
span { border-color: #288246; }
span { border-color: rgb(40,130,70); }
td.TdClassName
{
border-color: #288246;
}
.TagClassName
{
border-color: #288246;
}
</style>