Shades of Sea Green #2A954D
Tints of Sea Green #2A954D
RGB
CMYK
RGB Variations
Color information
#2A954D (or 0x2A954D) is known color: Sea Green. HEX triplet: 2A, 95 and 4D. RGB value is (42,149,77). Sum of RGB (Red+Green+Blue) = 42+149+77=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #2A954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A954D is #D56AB2. Grayscale: #6C6C6C. Windows color (decimal): -13986483 or 5084458. OLE color: 5084458.
HSL color Cylindrical-coordinate representation of color #2A954D: hue angle of 139.63º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A954D is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 77 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.42 |
| HSL | 139.63º | 0.56% | 0.37% | - |
| HSV(B) | 139.63º | 0.72% | 0.58% | - |
| XYZ | 13.04 | 22.52 | 10.68 | - |
| YUV | 108.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 77 | 0.72 | 0 | 0.48 | 0.42 | 139.63 | 0.56 | 0.37 |
| Hex | 2A | 95 | 4D | 48 | 0 | 30 | 2A | 8C | 38 | 25 |
| Octal | 52 | 225 | 115 | 110 | 0 | 60 | 52 | 214 | 70 | 45 |
| Binary | 101010 | 10010101 | 1001101 | 1001000 | 0 | 110000 | 101010 | 10001100 | 111000 | 100101 |
Color Harmonies of #2A954D
Complementary color
Monochromatic Colors of #2A954D
Black with #2A954D
Text Example
Text Example
White with #2A954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A954D; }
p { color: rgb(42,149,77); }
H1.HeaderClassName
{
color: #2A954D;
}
.AnyTagClassName
{
color: #2A954D;
}
</style>
background-color css
<style>
a { background-color: #2A954D; }
a { background-color: rgb(42,149,77); }
div.DivClassName
{
background-color: #2A954D;
}
.BgClassName
{
background-color: #2A954D;
}
</style>
border-color css
<style>
span { border-color: #2A954D; }
span { border-color: rgb(42,149,77); }
td.TdClassName
{
border-color: #2A954D;
}
.TagClassName
{
border-color: #2A954D;
}
</style>