Shades of Sea Green #28865E
Tints of Sea Green #28865E
RGB
CMYK
RGB Variations
Color information
#28865E (or 0x28865E) is known color: Sea Green. HEX triplet: 28, 86 and 5E. RGB value is (40,134,94). Sum of RGB (Red+Green+Blue) = 40+134+94=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #28865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28865E is #D779A1. Grayscale: #656565. Windows color (decimal): -14121378 or 6194728. OLE color: 6194728.
HSL color Cylindrical-coordinate representation of color #28865E: hue angle of 154.47º 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 #28865E is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 94 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.47 |
| HSL | 154.47º | 0.54% | 0.34% | - |
| HSV(B) | 154.47º | 0.7% | 0.53% | - |
| XYZ | 11.42 | 18.31 | 13.52 | - |
| YUV | 101.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 94 | 0.70 | 0 | 0.30 | 0.47 | 154.47 | 0.54 | 0.34 |
| Hex | 28 | 86 | 5E | 46 | 0 | 1E | 2F | 9A | 36 | 22 |
| Octal | 50 | 206 | 136 | 106 | 0 | 36 | 57 | 232 | 66 | 42 |
| Binary | 101000 | 10000110 | 1011110 | 1000110 | 0 | 11110 | 101111 | 10011010 | 110110 | 100010 |
Color Harmonies of #28865E
Complementary color
Monochromatic Colors of #28865E
Black with #28865E
Text Example
Text Example
White with #28865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28865E; }
p { color: rgb(40,134,94); }
H1.HeaderClassName
{
color: #28865E;
}
.AnyTagClassName
{
color: #28865E;
}
</style>
background-color css
<style>
a { background-color: #28865E; }
a { background-color: rgb(40,134,94); }
div.DivClassName
{
background-color: #28865E;
}
.BgClassName
{
background-color: #28865E;
}
</style>
border-color css
<style>
span { border-color: #28865E; }
span { border-color: rgb(40,134,94); }
td.TdClassName
{
border-color: #28865E;
}
.TagClassName
{
border-color: #28865E;
}
</style>