Shades of Sea Green #28825E
Tints of Sea Green #28825E
RGB
CMYK
RGB Variations
Color information
#28825E (or 0x28825E) is known color: Sea Green. HEX triplet: 28, 82 and 5E. RGB value is (40,130,94). Sum of RGB (Red+Green+Blue) = 40+130+94=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #28825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28825E is #D77DA1. Grayscale: #636363. Windows color (decimal): -14122402 or 6193704. OLE color: 6193704.
HSL color Cylindrical-coordinate representation of color #28825E: hue angle of 156º 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 #28825E is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 94 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.49 |
| HSL | 156º | 0.53% | 0.33% | - |
| HSV(B) | 156º | 0.69% | 0.51% | - |
| XYZ | 10.88 | 17.22 | 13.34 | - |
| YUV | 98.99 | 125.18 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 94 | 0.69 | 0 | 0.28 | 0.49 | 156 | 0.53 | 0.33 |
| Hex | 28 | 82 | 5E | 45 | 0 | 1C | 31 | 9C | 35 | 21 |
| Octal | 50 | 202 | 136 | 105 | 0 | 34 | 61 | 234 | 65 | 41 |
| Binary | 101000 | 10000010 | 1011110 | 1000101 | 0 | 11100 | 110001 | 10011100 | 110101 | 100001 |
Color Harmonies of #28825E
Complementary color
Monochromatic Colors of #28825E
Black with #28825E
Text Example
Text Example
White with #28825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28825E; }
p { color: rgb(40,130,94); }
H1.HeaderClassName
{
color: #28825E;
}
.AnyTagClassName
{
color: #28825E;
}
</style>
background-color css
<style>
a { background-color: #28825E; }
a { background-color: rgb(40,130,94); }
div.DivClassName
{
background-color: #28825E;
}
.BgClassName
{
background-color: #28825E;
}
</style>
border-color css
<style>
span { border-color: #28825E; }
span { border-color: rgb(40,130,94); }
td.TdClassName
{
border-color: #28825E;
}
.TagClassName
{
border-color: #28825E;
}
</style>