Shades of Sea Green #2A8951
Tints of Sea Green #2A8951
RGB
CMYK
RGB Variations
Color information
#2A8951 (or 0x2A8951) is known color: Sea Green. HEX triplet: 2A, 89 and 51. RGB value is (42,137,81). Sum of RGB (Red+Green+Blue) = 42+137+81=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8951 is #D576AE. Grayscale: #666666. Windows color (decimal): -13989551 or 5343530. OLE color: 5343530.
HSL color Cylindrical-coordinate representation of color #2A8951: hue angle of 144.63º 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 #2A8951 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 81 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.46 |
| HSL | 144.63º | 0.53% | 0.35% | - |
| HSV(B) | 144.63º | 0.69% | 0.54% | - |
| XYZ | 11.39 | 18.98 | 10.85 | - |
| YUV | 102.21 | 116.03 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 81 | 0.69 | 0 | 0.41 | 0.46 | 144.63 | 0.53 | 0.35 |
| Hex | 2A | 89 | 51 | 45 | 0 | 29 | 2E | 91 | 35 | 23 |
| Octal | 52 | 211 | 121 | 105 | 0 | 51 | 56 | 221 | 65 | 43 |
| Binary | 101010 | 10001001 | 1010001 | 1000101 | 0 | 101001 | 101110 | 10010001 | 110101 | 100011 |
Color Harmonies of #2A8951
Complementary color
Monochromatic Colors of #2A8951
Black with #2A8951
Text Example
Text Example
White with #2A8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8951; }
p { color: rgb(42,137,81); }
H1.HeaderClassName
{
color: #2A8951;
}
.AnyTagClassName
{
color: #2A8951;
}
</style>
background-color css
<style>
a { background-color: #2A8951; }
a { background-color: rgb(42,137,81); }
div.DivClassName
{
background-color: #2A8951;
}
.BgClassName
{
background-color: #2A8951;
}
</style>
border-color css
<style>
span { border-color: #2A8951; }
span { border-color: rgb(42,137,81); }
td.TdClassName
{
border-color: #2A8951;
}
.TagClassName
{
border-color: #2A8951;
}
</style>