Shades of Sea Green #2A954A
Tints of Sea Green #2A954A
RGB
CMYK
RGB Variations
Color information
#2A954A (or 0x2A954A) is known color: Sea Green. HEX triplet: 2A, 95 and 4A. RGB value is (42,149,74). Sum of RGB (Red+Green+Blue) = 42+149+74=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #2A954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A954A is #D56AB5. Grayscale: #6C6C6C. Windows color (decimal): -13986486 or 4887850. OLE color: 4887850.
HSL color Cylindrical-coordinate representation of color #2A954A: hue angle of 137.94º 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 #2A954A is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 74 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.42 |
| HSL | 137.94º | 0.56% | 0.37% | - |
| HSV(B) | 137.94º | 0.72% | 0.58% | - |
| XYZ | 12.94 | 22.48 | 10.14 | - |
| YUV | 108.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 74 | 0.72 | 0 | 0.50 | 0.42 | 137.94 | 0.56 | 0.37 |
| Hex | 2A | 95 | 4A | 48 | 0 | 32 | 2A | 8A | 38 | 25 |
| Octal | 52 | 225 | 112 | 110 | 0 | 62 | 52 | 212 | 70 | 45 |
| Binary | 101010 | 10010101 | 1001010 | 1001000 | 0 | 110010 | 101010 | 10001010 | 111000 | 100101 |
Color Harmonies of #2A954A
Complementary color
Monochromatic Colors of #2A954A
Black with #2A954A
Text Example
Text Example
White with #2A954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A954A; }
p { color: rgb(42,149,74); }
H1.HeaderClassName
{
color: #2A954A;
}
.AnyTagClassName
{
color: #2A954A;
}
</style>
background-color css
<style>
a { background-color: #2A954A; }
a { background-color: rgb(42,149,74); }
div.DivClassName
{
background-color: #2A954A;
}
.BgClassName
{
background-color: #2A954A;
}
</style>
border-color css
<style>
span { border-color: #2A954A; }
span { border-color: rgb(42,149,74); }
td.TdClassName
{
border-color: #2A954A;
}
.TagClassName
{
border-color: #2A954A;
}
</style>