Shades of Sea Green #2A994A
Tints of Sea Green #2A994A
RGB
CMYK
RGB Variations
Color information
#2A994A (or 0x2A994A) is known color: Sea Green. HEX triplet: 2A, 99 and 4A. RGB value is (42,153,74). Sum of RGB (Red+Green+Blue) = 42+153+74=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #2A994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A994A is #D566B5. Grayscale: #6F6F6F. Windows color (decimal): -13985462 or 4888874. OLE color: 4888874.
HSL color Cylindrical-coordinate representation of color #2A994A: hue angle of 137.3º 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 #2A994A is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 74 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.4 |
| HSL | 137.3º | 0.57% | 0.38% | - |
| HSV(B) | 137.3º | 0.73% | 0.6% | - |
| XYZ | 13.58 | 23.77 | 10.35 | - |
| YUV | 110.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 74 | 0.73 | 0 | 0.52 | 0.4 | 137.3 | 0.57 | 0.38 |
| Hex | 2A | 99 | 4A | 49 | 0 | 34 | 28 | 89 | 39 | 26 |
| Octal | 52 | 231 | 112 | 111 | 0 | 64 | 50 | 211 | 71 | 46 |
| Binary | 101010 | 10011001 | 1001010 | 1001001 | 0 | 110100 | 101000 | 10001001 | 111001 | 100110 |
Color Harmonies of #2A994A
Complementary color
Monochromatic Colors of #2A994A
Black with #2A994A
Text Example
Text Example
White with #2A994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A994A; }
p { color: rgb(42,153,74); }
H1.HeaderClassName
{
color: #2A994A;
}
.AnyTagClassName
{
color: #2A994A;
}
</style>
background-color css
<style>
a { background-color: #2A994A; }
a { background-color: rgb(42,153,74); }
div.DivClassName
{
background-color: #2A994A;
}
.BgClassName
{
background-color: #2A994A;
}
</style>
border-color css
<style>
span { border-color: #2A994A; }
span { border-color: rgb(42,153,74); }
td.TdClassName
{
border-color: #2A994A;
}
.TagClassName
{
border-color: #2A994A;
}
</style>