Shades of Sea Green #2A9949
Tints of Sea Green #2A9949
RGB
CMYK
RGB Variations
Color information
#2A9949 (or 0x2A9949) is known color: Sea Green. HEX triplet: 2A, 99 and 49. RGB value is (42,153,73). Sum of RGB (Red+Green+Blue) = 42+153+73=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9949 is #D566B6. Grayscale: #6E6E6E. Windows color (decimal): -13985463 or 4823338. OLE color: 4823338.
HSL color Cylindrical-coordinate representation of color #2A9949: hue angle of 136.76º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9949 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 73 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.4 |
| HSL | 136.76º | 0.57% | 0.38% | - |
| HSV(B) | 136.76º | 0.73% | 0.6% | - |
| XYZ | 13.55 | 23.76 | 10.17 | - |
| YUV | 110.69 | 106.73 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 73 | 0.73 | 0 | 0.52 | 0.4 | 136.76 | 0.57 | 0.38 |
| Hex | 2A | 99 | 49 | 49 | 0 | 34 | 28 | 89 | 39 | 26 |
| Octal | 52 | 231 | 111 | 111 | 0 | 64 | 50 | 211 | 71 | 46 |
| Binary | 101010 | 10011001 | 1001001 | 1001001 | 0 | 110100 | 101000 | 10001001 | 111001 | 100110 |
Color Harmonies of #2A9949
Complementary color
Monochromatic Colors of #2A9949
Black with #2A9949
Text Example
Text Example
White with #2A9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9949; }
p { color: rgb(42,153,73); }
H1.HeaderClassName
{
color: #2A9949;
}
.AnyTagClassName
{
color: #2A9949;
}
</style>
background-color css
<style>
a { background-color: #2A9949; }
a { background-color: rgb(42,153,73); }
div.DivClassName
{
background-color: #2A9949;
}
.BgClassName
{
background-color: #2A9949;
}
</style>
border-color css
<style>
span { border-color: #2A9949; }
span { border-color: rgb(42,153,73); }
td.TdClassName
{
border-color: #2A9949;
}
.TagClassName
{
border-color: #2A9949;
}
</style>