Shades of Sea Green #28865B
Tints of Sea Green #28865B
RGB
CMYK
RGB Variations
Color information
#28865B (or 0x28865B) is known color: Sea Green. HEX triplet: 28, 86 and 5B. RGB value is (40,134,91). Sum of RGB (Red+Green+Blue) = 40+134+91=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #28865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28865B is #D779A4. Grayscale: #656565. Windows color (decimal): -14121381 or 5998120. OLE color: 5998120.
HSL color Cylindrical-coordinate representation of color #28865B: hue angle of 152.55º 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 #28865B is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 91 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.47 |
| HSL | 152.55º | 0.54% | 0.34% | - |
| HSV(B) | 152.55º | 0.7% | 0.53% | - |
| XYZ | 11.29 | 18.26 | 12.83 | - |
| YUV | 100.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 91 | 0.70 | 0 | 0.32 | 0.47 | 152.55 | 0.54 | 0.34 |
| Hex | 28 | 86 | 5B | 46 | 0 | 20 | 2F | 99 | 36 | 22 |
| Octal | 50 | 206 | 133 | 106 | 0 | 40 | 57 | 231 | 66 | 42 |
| Binary | 101000 | 10000110 | 1011011 | 1000110 | 0 | 100000 | 101111 | 10011001 | 110110 | 100010 |
Color Harmonies of #28865B
Complementary color
Monochromatic Colors of #28865B
Black with #28865B
Text Example
Text Example
White with #28865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28865B; }
p { color: rgb(40,134,91); }
H1.HeaderClassName
{
color: #28865B;
}
.AnyTagClassName
{
color: #28865B;
}
</style>
background-color css
<style>
a { background-color: #28865B; }
a { background-color: rgb(40,134,91); }
div.DivClassName
{
background-color: #28865B;
}
.BgClassName
{
background-color: #28865B;
}
</style>
border-color css
<style>
span { border-color: #28865B; }
span { border-color: rgb(40,134,91); }
td.TdClassName
{
border-color: #28865B;
}
.TagClassName
{
border-color: #28865B;
}
</style>