Shades of Sea Green #28805F
Tints of Sea Green #28805F
RGB
CMYK
RGB Variations
Color information
#28805F (or 0x28805F) is known color: Sea Green. HEX triplet: 28, 80 and 5F. RGB value is (40,128,95). Sum of RGB (Red+Green+Blue) = 40+128+95=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #28805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28805F is #D77FA0. Grayscale: #616161. Windows color (decimal): -14122913 or 6258728. OLE color: 6258728.
HSL color Cylindrical-coordinate representation of color #28805F: hue angle of 157.5º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28805F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 95 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.50 |
| HSL | 157.5º | 0.52% | 0.33% | - |
| HSV(B) | 157.5º | 0.69% | 0.5% | - |
| XYZ | 10.66 | 16.72 | 13.49 | - |
| YUV | 97.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 95 | 0.69 | 0 | 0.26 | 0.50 | 157.5 | 0.52 | 0.33 |
| Hex | 28 | 80 | 5F | 45 | 0 | 1A | 32 | 9E | 34 | 21 |
| Octal | 50 | 200 | 137 | 105 | 0 | 32 | 62 | 236 | 64 | 41 |
| Binary | 101000 | 10000000 | 1011111 | 1000101 | 0 | 11010 | 110010 | 10011110 | 110100 | 100001 |
Color Harmonies of #28805F
Complementary color
Monochromatic Colors of #28805F
Black with #28805F
Text Example
Text Example
White with #28805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28805F; }
p { color: rgb(40,128,95); }
H1.HeaderClassName
{
color: #28805F;
}
.AnyTagClassName
{
color: #28805F;
}
</style>
background-color css
<style>
a { background-color: #28805F; }
a { background-color: rgb(40,128,95); }
div.DivClassName
{
background-color: #28805F;
}
.BgClassName
{
background-color: #28805F;
}
</style>
border-color css
<style>
span { border-color: #28805F; }
span { border-color: rgb(40,128,95); }
td.TdClassName
{
border-color: #28805F;
}
.TagClassName
{
border-color: #28805F;
}
</style>