Shades of Sea Green #288748
Tints of Sea Green #288748
RGB
CMYK
RGB Variations
Color information
#288748 (or 0x288748) is known color: Sea Green. HEX triplet: 28, 87 and 48. RGB value is (40,135,72). Sum of RGB (Red+Green+Blue) = 40+135+72=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #288748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288748 is #D778B7. Grayscale: #636363. Windows color (decimal): -14121144 or 4753192. OLE color: 4753192.
HSL color Cylindrical-coordinate representation of color #288748: hue angle of 140.21º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288748 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 72 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.47 |
| HSL | 140.21º | 0.54% | 0.34% | - |
| HSV(B) | 140.21º | 0.7% | 0.53% | - |
| XYZ | 10.71 | 18.25 | 9.09 | - |
| YUV | 99.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 72 | 0.70 | 0 | 0.47 | 0.47 | 140.21 | 0.54 | 0.34 |
| Hex | 28 | 87 | 48 | 46 | 0 | 2F | 2F | 8C | 36 | 22 |
| Octal | 50 | 207 | 110 | 106 | 0 | 57 | 57 | 214 | 66 | 42 |
| Binary | 101000 | 10000111 | 1001000 | 1000110 | 0 | 101111 | 101111 | 10001100 | 110110 | 100010 |
Color Harmonies of #288748
Complementary color
Monochromatic Colors of #288748
Black with #288748
Text Example
Text Example
White with #288748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288748; }
p { color: rgb(40,135,72); }
H1.HeaderClassName
{
color: #288748;
}
.AnyTagClassName
{
color: #288748;
}
</style>
background-color css
<style>
a { background-color: #288748; }
a { background-color: rgb(40,135,72); }
div.DivClassName
{
background-color: #288748;
}
.BgClassName
{
background-color: #288748;
}
</style>
border-color css
<style>
span { border-color: #288748; }
span { border-color: rgb(40,135,72); }
td.TdClassName
{
border-color: #288748;
}
.TagClassName
{
border-color: #288748;
}
</style>