Shades of Sea Green #2A884E
Tints of Sea Green #2A884E
RGB
CMYK
RGB Variations
Color information
#2A884E (or 0x2A884E) is known color: Sea Green. HEX triplet: 2A, 88 and 4E. RGB value is (42,136,78). Sum of RGB (Red+Green+Blue) = 42+136+78=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #2A884E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A884E is #D577B1. Grayscale: #656565. Windows color (decimal): -13989810 or 5146666. OLE color: 5146666.
HSL color Cylindrical-coordinate representation of color #2A884E: hue angle of 142.98º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A884E is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 78 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.47 |
| HSL | 142.98º | 0.53% | 0.35% | - |
| HSV(B) | 142.98º | 0.69% | 0.53% | - |
| XYZ | 11.13 | 18.65 | 10.22 | - |
| YUV | 101.28 | 114.86 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 78 | 0.69 | 0 | 0.43 | 0.47 | 142.98 | 0.53 | 0.35 |
| Hex | 2A | 88 | 4E | 45 | 0 | 2B | 2F | 8F | 35 | 23 |
| Octal | 52 | 210 | 116 | 105 | 0 | 53 | 57 | 217 | 65 | 43 |
| Binary | 101010 | 10001000 | 1001110 | 1000101 | 0 | 101011 | 101111 | 10001111 | 110101 | 100011 |
Color Harmonies of #2A884E
Complementary color
Monochromatic Colors of #2A884E
Black with #2A884E
Text Example
Text Example
White with #2A884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A884E; }
p { color: rgb(42,136,78); }
H1.HeaderClassName
{
color: #2A884E;
}
.AnyTagClassName
{
color: #2A884E;
}
</style>
background-color css
<style>
a { background-color: #2A884E; }
a { background-color: rgb(42,136,78); }
div.DivClassName
{
background-color: #2A884E;
}
.BgClassName
{
background-color: #2A884E;
}
</style>
border-color css
<style>
span { border-color: #2A884E; }
span { border-color: rgb(42,136,78); }
td.TdClassName
{
border-color: #2A884E;
}
.TagClassName
{
border-color: #2A884E;
}
</style>