Shades of Sea Green #28825B
Tints of Sea Green #28825B
RGB
CMYK
RGB Variations
Color information
#28825B (or 0x28825B) is known color: Sea Green. HEX triplet: 28, 82 and 5B. RGB value is (40,130,91). Sum of RGB (Red+Green+Blue) = 40+130+91=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #28825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28825B is #D77DA4. Grayscale: #626262. Windows color (decimal): -14122405 or 5997096. OLE color: 5997096.
HSL color Cylindrical-coordinate representation of color #28825B: hue angle of 154º 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 #28825B is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 91 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.49 |
| HSL | 154º | 0.53% | 0.33% | - |
| HSV(B) | 154º | 0.69% | 0.51% | - |
| XYZ | 10.75 | 17.17 | 12.65 | - |
| YUV | 98.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 91 | 0.69 | 0 | 0.30 | 0.49 | 154 | 0.53 | 0.33 |
| Hex | 28 | 82 | 5B | 45 | 0 | 1E | 31 | 9A | 35 | 21 |
| Octal | 50 | 202 | 133 | 105 | 0 | 36 | 61 | 232 | 65 | 41 |
| Binary | 101000 | 10000010 | 1011011 | 1000101 | 0 | 11110 | 110001 | 10011010 | 110101 | 100001 |
Color Harmonies of #28825B
Complementary color
Monochromatic Colors of #28825B
Black with #28825B
Text Example
Text Example
White with #28825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28825B; }
p { color: rgb(40,130,91); }
H1.HeaderClassName
{
color: #28825B;
}
.AnyTagClassName
{
color: #28825B;
}
</style>
background-color css
<style>
a { background-color: #28825B; }
a { background-color: rgb(40,130,91); }
div.DivClassName
{
background-color: #28825B;
}
.BgClassName
{
background-color: #28825B;
}
</style>
border-color css
<style>
span { border-color: #28825B; }
span { border-color: rgb(40,130,91); }
td.TdClassName
{
border-color: #28825B;
}
.TagClassName
{
border-color: #28825B;
}
</style>