Shades of Sea Green #28845A
Tints of Sea Green #28845A
RGB
CMYK
RGB Variations
Color information
#28845A (or 0x28845A) is known color: Sea Green. HEX triplet: 28, 84 and 5A. RGB value is (40,132,90). Sum of RGB (Red+Green+Blue) = 40+132+90=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #28845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28845A is #D77BA5. Grayscale: #636363. Windows color (decimal): -14121894 or 5932072. OLE color: 5932072.
HSL color Cylindrical-coordinate representation of color #28845A: hue angle of 152.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28845A is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 90 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.48 |
| HSL | 152.61º | 0.53% | 0.34% | - |
| HSV(B) | 152.61º | 0.7% | 0.52% | - |
| XYZ | 10.97 | 17.69 | 12.51 | - |
| YUV | 99.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 90 | 0.70 | 0 | 0.32 | 0.48 | 152.61 | 0.53 | 0.34 |
| Hex | 28 | 84 | 5A | 46 | 0 | 20 | 30 | 99 | 35 | 22 |
| Octal | 50 | 204 | 132 | 106 | 0 | 40 | 60 | 231 | 65 | 42 |
| Binary | 101000 | 10000100 | 1011010 | 1000110 | 0 | 100000 | 110000 | 10011001 | 110101 | 100010 |
Color Harmonies of #28845A
Complementary color
Monochromatic Colors of #28845A
Black with #28845A
Text Example
Text Example
White with #28845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28845A; }
p { color: rgb(40,132,90); }
H1.HeaderClassName
{
color: #28845A;
}
.AnyTagClassName
{
color: #28845A;
}
</style>
background-color css
<style>
a { background-color: #28845A; }
a { background-color: rgb(40,132,90); }
div.DivClassName
{
background-color: #28845A;
}
.BgClassName
{
background-color: #28845A;
}
</style>
border-color css
<style>
span { border-color: #28845A; }
span { border-color: rgb(40,132,90); }
td.TdClassName
{
border-color: #28845A;
}
.TagClassName
{
border-color: #28845A;
}
</style>