Shades of Sea Green #2A9946
Tints of Sea Green #2A9946
RGB
CMYK
RGB Variations
Color information
#2A9946 (or 0x2A9946) is known color: Sea Green. HEX triplet: 2A, 99 and 46. RGB value is (42,153,70). Sum of RGB (Red+Green+Blue) = 42+153+70=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9946 is #D566B9. Grayscale: #6E6E6E. Windows color (decimal): -13985466 or 4626730. OLE color: 4626730.
HSL color Cylindrical-coordinate representation of color #2A9946: hue angle of 135.14º 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 #2A9946 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 70 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.4 |
| HSL | 135.14º | 0.57% | 0.38% | - |
| HSV(B) | 135.14º | 0.73% | 0.6% | - |
| XYZ | 13.45 | 23.72 | 9.66 | - |
| YUV | 110.35 | 105.23 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 70 | 0.73 | 0 | 0.54 | 0.4 | 135.14 | 0.57 | 0.38 |
| Hex | 2A | 99 | 46 | 49 | 0 | 36 | 28 | 87 | 39 | 26 |
| Octal | 52 | 231 | 106 | 111 | 0 | 66 | 50 | 207 | 71 | 46 |
| Binary | 101010 | 10011001 | 1000110 | 1001001 | 0 | 110110 | 101000 | 10000111 | 111001 | 100110 |
Color Harmonies of #2A9946
Complementary color
Monochromatic Colors of #2A9946
Black with #2A9946
Text Example
Text Example
White with #2A9946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9946; }
p { color: rgb(42,153,70); }
H1.HeaderClassName
{
color: #2A9946;
}
.AnyTagClassName
{
color: #2A9946;
}
</style>
background-color css
<style>
a { background-color: #2A9946; }
a { background-color: rgb(42,153,70); }
div.DivClassName
{
background-color: #2A9946;
}
.BgClassName
{
background-color: #2A9946;
}
</style>
border-color css
<style>
span { border-color: #2A9946; }
span { border-color: rgb(42,153,70); }
td.TdClassName
{
border-color: #2A9946;
}
.TagClassName
{
border-color: #2A9946;
}
</style>