Shades of Sea Green #2A8954
Tints of Sea Green #2A8954
RGB
CMYK
RGB Variations
Color information
#2A8954 (or 0x2A8954) is known color: Sea Green. HEX triplet: 2A, 89 and 54. RGB value is (42,137,84). Sum of RGB (Red+Green+Blue) = 42+137+84=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8954 is #D576AB. Grayscale: #666666. Windows color (decimal): -13989548 or 5540138. OLE color: 5540138.
HSL color Cylindrical-coordinate representation of color #2A8954: hue angle of 146.53º 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 #2A8954 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 84 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.46 |
| HSL | 146.53º | 0.53% | 0.35% | - |
| HSV(B) | 146.53º | 0.69% | 0.54% | - |
| XYZ | 11.5 | 19.02 | 11.45 | - |
| YUV | 102.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 84 | 0.69 | 0 | 0.39 | 0.46 | 146.53 | 0.53 | 0.35 |
| Hex | 2A | 89 | 54 | 45 | 0 | 27 | 2E | 93 | 35 | 23 |
| Octal | 52 | 211 | 124 | 105 | 0 | 47 | 56 | 223 | 65 | 43 |
| Binary | 101010 | 10001001 | 1010100 | 1000101 | 0 | 100111 | 101110 | 10010011 | 110101 | 100011 |
Color Harmonies of #2A8954
Complementary color
Monochromatic Colors of #2A8954
Black with #2A8954
Text Example
Text Example
White with #2A8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8954; }
p { color: rgb(42,137,84); }
H1.HeaderClassName
{
color: #2A8954;
}
.AnyTagClassName
{
color: #2A8954;
}
</style>
background-color css
<style>
a { background-color: #2A8954; }
a { background-color: rgb(42,137,84); }
div.DivClassName
{
background-color: #2A8954;
}
.BgClassName
{
background-color: #2A8954;
}
</style>
border-color css
<style>
span { border-color: #2A8954; }
span { border-color: rgb(42,137,84); }
td.TdClassName
{
border-color: #2A8954;
}
.TagClassName
{
border-color: #2A8954;
}
</style>