Shades of Sea Green #28805A
Tints of Sea Green #28805A
RGB
CMYK
RGB Variations
Color information
#28805A (or 0x28805A) is known color: Sea Green. HEX triplet: 28, 80 and 5A. RGB value is (40,128,90). Sum of RGB (Red+Green+Blue) = 40+128+90=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #28805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28805A is #D77FA5. Grayscale: #616161. Windows color (decimal): -14122918 or 5931048. OLE color: 5931048.
HSL color Cylindrical-coordinate representation of color #28805A: hue angle of 154.09º 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 #28805A is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 90 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.50 |
| HSL | 154.09º | 0.52% | 0.33% | - |
| HSV(B) | 154.09º | 0.69% | 0.5% | - |
| XYZ | 10.44 | 16.63 | 12.33 | - |
| YUV | 97.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 90 | 0.69 | 0 | 0.30 | 0.50 | 154.09 | 0.52 | 0.33 |
| Hex | 28 | 80 | 5A | 45 | 0 | 1E | 32 | 9A | 34 | 21 |
| Octal | 50 | 200 | 132 | 105 | 0 | 36 | 62 | 232 | 64 | 41 |
| Binary | 101000 | 10000000 | 1011010 | 1000101 | 0 | 11110 | 110010 | 10011010 | 110100 | 100001 |
Color Harmonies of #28805A
Complementary color
Monochromatic Colors of #28805A
Black with #28805A
Text Example
Text Example
White with #28805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28805A; }
p { color: rgb(40,128,90); }
H1.HeaderClassName
{
color: #28805A;
}
.AnyTagClassName
{
color: #28805A;
}
</style>
background-color css
<style>
a { background-color: #28805A; }
a { background-color: rgb(40,128,90); }
div.DivClassName
{
background-color: #28805A;
}
.BgClassName
{
background-color: #28805A;
}
</style>
border-color css
<style>
span { border-color: #28805A; }
span { border-color: rgb(40,128,90); }
td.TdClassName
{
border-color: #28805A;
}
.TagClassName
{
border-color: #28805A;
}
</style>