Shades of Sea Green #2A9944
Tints of Sea Green #2A9944
RGB
CMYK
RGB Variations
Color information
#2A9944 (or 0x2A9944) is known color: Sea Green. HEX triplet: 2A, 99 and 44. RGB value is (42,153,68). Sum of RGB (Red+Green+Blue) = 42+153+68=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9944 is #D566BB. Grayscale: #6E6E6E. Windows color (decimal): -13985468 or 4495658. OLE color: 4495658.
HSL color Cylindrical-coordinate representation of color #2A9944: hue angle of 134.05º 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 #2A9944 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 68 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.4 |
| HSL | 134.05º | 0.57% | 0.38% | - |
| HSV(B) | 134.05º | 0.73% | 0.6% | - |
| XYZ | 13.39 | 23.69 | 9.34 | - |
| YUV | 110.12 | 104.23 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 68 | 0.73 | 0 | 0.56 | 0.4 | 134.05 | 0.57 | 0.38 |
| Hex | 2A | 99 | 44 | 49 | 0 | 38 | 28 | 86 | 39 | 26 |
| Octal | 52 | 231 | 104 | 111 | 0 | 70 | 50 | 206 | 71 | 46 |
| Binary | 101010 | 10011001 | 1000100 | 1001001 | 0 | 111000 | 101000 | 10000110 | 111001 | 100110 |
Color Harmonies of #2A9944
Complementary color
Monochromatic Colors of #2A9944
Black with #2A9944
Text Example
Text Example
White with #2A9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9944; }
p { color: rgb(42,153,68); }
H1.HeaderClassName
{
color: #2A9944;
}
.AnyTagClassName
{
color: #2A9944;
}
</style>
background-color css
<style>
a { background-color: #2A9944; }
a { background-color: rgb(42,153,68); }
div.DivClassName
{
background-color: #2A9944;
}
.BgClassName
{
background-color: #2A9944;
}
</style>
border-color css
<style>
span { border-color: #2A9944; }
span { border-color: rgb(42,153,68); }
td.TdClassName
{
border-color: #2A9944;
}
.TagClassName
{
border-color: #2A9944;
}
</style>