Shades of Sea Green #2A894D
Tints of Sea Green #2A894D
RGB
CMYK
RGB Variations
Color information
#2A894D (or 0x2A894D) is known color: Sea Green. HEX triplet: 2A, 89 and 4D. RGB value is (42,137,77). Sum of RGB (Red+Green+Blue) = 42+137+77=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #2A894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A894D is #D576B2. Grayscale: #656565. Windows color (decimal): -13989555 or 5081386. OLE color: 5081386.
HSL color Cylindrical-coordinate representation of color #2A894D: hue angle of 142.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A894D is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 77 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.46 |
| HSL | 142.11º | 0.53% | 0.35% | - |
| HSV(B) | 142.11º | 0.69% | 0.54% | - |
| XYZ | 11.24 | 18.92 | 10.08 | - |
| YUV | 101.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 77 | 0.69 | 0 | 0.44 | 0.46 | 142.11 | 0.53 | 0.35 |
| Hex | 2A | 89 | 4D | 45 | 0 | 2C | 2E | 8E | 35 | 23 |
| Octal | 52 | 211 | 115 | 105 | 0 | 54 | 56 | 216 | 65 | 43 |
| Binary | 101010 | 10001001 | 1001101 | 1000101 | 0 | 101100 | 101110 | 10001110 | 110101 | 100011 |
Color Harmonies of #2A894D
Complementary color
Monochromatic Colors of #2A894D
Black with #2A894D
Text Example
Text Example
White with #2A894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A894D; }
p { color: rgb(42,137,77); }
H1.HeaderClassName
{
color: #2A894D;
}
.AnyTagClassName
{
color: #2A894D;
}
</style>
background-color css
<style>
a { background-color: #2A894D; }
a { background-color: rgb(42,137,77); }
div.DivClassName
{
background-color: #2A894D;
}
.BgClassName
{
background-color: #2A894D;
}
</style>
border-color css
<style>
span { border-color: #2A894D; }
span { border-color: rgb(42,137,77); }
td.TdClassName
{
border-color: #2A894D;
}
.TagClassName
{
border-color: #2A894D;
}
</style>