Shades of Sea Green #288247
Tints of Sea Green #288247
RGB
CMYK
RGB Variations
Color information
#288247 (or 0x288247) is known color: Sea Green. HEX triplet: 28, 82 and 47. RGB value is (40,130,71). Sum of RGB (Red+Green+Blue) = 40+130+71=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #288247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288247 is #D77DB8. Grayscale: #606060. Windows color (decimal): -14122425 or 4686376. OLE color: 4686376.
HSL color Cylindrical-coordinate representation of color #288247: hue angle of 140.67º 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 #288247 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 71 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.49 |
| HSL | 140.67º | 0.53% | 0.33% | - |
| HSV(B) | 140.67º | 0.69% | 0.51% | - |
| XYZ | 10 | 16.87 | 8.69 | - |
| YUV | 96.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 71 | 0.69 | 0 | 0.45 | 0.49 | 140.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 47 | 45 | 0 | 2D | 31 | 8D | 35 | 21 |
| Octal | 50 | 202 | 107 | 105 | 0 | 55 | 61 | 215 | 65 | 41 |
| Binary | 101000 | 10000010 | 1000111 | 1000101 | 0 | 101101 | 110001 | 10001101 | 110101 | 100001 |
Color Harmonies of #288247
Complementary color
Monochromatic Colors of #288247
Black with #288247
Text Example
Text Example
White with #288247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288247; }
p { color: rgb(40,130,71); }
H1.HeaderClassName
{
color: #288247;
}
.AnyTagClassName
{
color: #288247;
}
</style>
background-color css
<style>
a { background-color: #288247; }
a { background-color: rgb(40,130,71); }
div.DivClassName
{
background-color: #288247;
}
.BgClassName
{
background-color: #288247;
}
</style>
border-color css
<style>
span { border-color: #288247; }
span { border-color: rgb(40,130,71); }
td.TdClassName
{
border-color: #288247;
}
.TagClassName
{
border-color: #288247;
}
</style>