Shades of Sea Green #28824C
Tints of Sea Green #28824C
RGB
CMYK
RGB Variations
Color information
#28824C (or 0x28824C) is known color: Sea Green. HEX triplet: 28, 82 and 4C. RGB value is (40,130,76). Sum of RGB (Red+Green+Blue) = 40+130+76=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #28824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28824C is #D77DB3. Grayscale: #616161. Windows color (decimal): -14122420 or 5014056. OLE color: 5014056.
HSL color Cylindrical-coordinate representation of color #28824C: hue angle of 144º 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 #28824C is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 76 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.49 |
| HSL | 144º | 0.53% | 0.33% | - |
| HSV(B) | 144º | 0.69% | 0.51% | - |
| XYZ | 10.16 | 16.94 | 9.57 | - |
| YUV | 96.93 | 116.18 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 76 | 0.69 | 0 | 0.42 | 0.49 | 144 | 0.53 | 0.33 |
| Hex | 28 | 82 | 4C | 45 | 0 | 2A | 31 | 90 | 35 | 21 |
| Octal | 50 | 202 | 114 | 105 | 0 | 52 | 61 | 220 | 65 | 41 |
| Binary | 101000 | 10000010 | 1001100 | 1000101 | 0 | 101010 | 110001 | 10010000 | 110101 | 100001 |
Color Harmonies of #28824C
Complementary color
Monochromatic Colors of #28824C
Black with #28824C
Text Example
Text Example
White with #28824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28824C; }
p { color: rgb(40,130,76); }
H1.HeaderClassName
{
color: #28824C;
}
.AnyTagClassName
{
color: #28824C;
}
</style>
background-color css
<style>
a { background-color: #28824C; }
a { background-color: rgb(40,130,76); }
div.DivClassName
{
background-color: #28824C;
}
.BgClassName
{
background-color: #28824C;
}
</style>
border-color css
<style>
span { border-color: #28824C; }
span { border-color: rgb(40,130,76); }
td.TdClassName
{
border-color: #28824C;
}
.TagClassName
{
border-color: #28824C;
}
</style>