Shades of Sea Green #28824A
Tints of Sea Green #28824A
RGB
CMYK
RGB Variations
Color information
#28824A (or 0x28824A) is known color: Sea Green. HEX triplet: 28, 82 and 4A. RGB value is (40,130,74). Sum of RGB (Red+Green+Blue) = 40+130+74=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #28824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28824A is #D77DB5. Grayscale: #606060. Windows color (decimal): -14122422 or 4882984. OLE color: 4882984.
HSL color Cylindrical-coordinate representation of color #28824A: hue angle of 142.67º 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 #28824A is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 74 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.49 |
| HSL | 142.67º | 0.53% | 0.33% | - |
| HSV(B) | 142.67º | 0.69% | 0.51% | - |
| XYZ | 10.09 | 16.91 | 9.21 | - |
| YUV | 96.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 74 | 0.69 | 0 | 0.43 | 0.49 | 142.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 4A | 45 | 0 | 2B | 31 | 8F | 35 | 21 |
| Octal | 50 | 202 | 112 | 105 | 0 | 53 | 61 | 217 | 65 | 41 |
| Binary | 101000 | 10000010 | 1001010 | 1000101 | 0 | 101011 | 110001 | 10001111 | 110101 | 100001 |
Color Harmonies of #28824A
Complementary color
Monochromatic Colors of #28824A
Black with #28824A
Text Example
Text Example
White with #28824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28824A; }
p { color: rgb(40,130,74); }
H1.HeaderClassName
{
color: #28824A;
}
.AnyTagClassName
{
color: #28824A;
}
</style>
background-color css
<style>
a { background-color: #28824A; }
a { background-color: rgb(40,130,74); }
div.DivClassName
{
background-color: #28824A;
}
.BgClassName
{
background-color: #28824A;
}
</style>
border-color css
<style>
span { border-color: #28824A; }
span { border-color: rgb(40,130,74); }
td.TdClassName
{
border-color: #28824A;
}
.TagClassName
{
border-color: #28824A;
}
</style>