Shades of Sea Green #28864B
Tints of Sea Green #28864B
RGB
CMYK
RGB Variations
Color information
#28864B (or 0x28864B) is known color: Sea Green. HEX triplet: 28, 86 and 4B. RGB value is (40,134,75). Sum of RGB (Red+Green+Blue) = 40+134+75=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #28864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28864B is #D779B4. Grayscale: #636363. Windows color (decimal): -14121397 or 4949544. OLE color: 4949544.
HSL color Cylindrical-coordinate representation of color #28864B: hue angle of 142.34º 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 #28864B is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 75 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.47 |
| HSL | 142.34º | 0.54% | 0.34% | - |
| HSV(B) | 142.34º | 0.7% | 0.53% | - |
| XYZ | 10.67 | 18.01 | 9.57 | - |
| YUV | 99.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 75 | 0.70 | 0 | 0.44 | 0.47 | 142.34 | 0.54 | 0.34 |
| Hex | 28 | 86 | 4B | 46 | 0 | 2C | 2F | 8E | 36 | 22 |
| Octal | 50 | 206 | 113 | 106 | 0 | 54 | 57 | 216 | 66 | 42 |
| Binary | 101000 | 10000110 | 1001011 | 1000110 | 0 | 101100 | 101111 | 10001110 | 110110 | 100010 |
Color Harmonies of #28864B
Complementary color
Monochromatic Colors of #28864B
Black with #28864B
Text Example
Text Example
White with #28864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28864B; }
p { color: rgb(40,134,75); }
H1.HeaderClassName
{
color: #28864B;
}
.AnyTagClassName
{
color: #28864B;
}
</style>
background-color css
<style>
a { background-color: #28864B; }
a { background-color: rgb(40,134,75); }
div.DivClassName
{
background-color: #28864B;
}
.BgClassName
{
background-color: #28864B;
}
</style>
border-color css
<style>
span { border-color: #28864B; }
span { border-color: rgb(40,134,75); }
td.TdClassName
{
border-color: #28864B;
}
.TagClassName
{
border-color: #28864B;
}
</style>