Shades of Sea Green #2A9A4A
Tints of Sea Green #2A9A4A
RGB
CMYK
RGB Variations
Color information
#2A9A4A (or 0x2A9A4A) is known color: Sea Green. HEX triplet: 2A, 9A and 4A. RGB value is (42,154,74). Sum of RGB (Red+Green+Blue) = 42+154+74=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A4A is #D565B5. Grayscale: #6F6F6F. Windows color (decimal): -13985206 or 4889130. OLE color: 4889130.
HSL color Cylindrical-coordinate representation of color #2A9A4A: hue angle of 137.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 #2A9A4A is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 74 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.40 |
| HSL | 137.14º | 0.57% | 0.38% | - |
| HSV(B) | 137.14º | 0.73% | 0.6% | - |
| XYZ | 13.75 | 24.1 | 10.41 | - |
| YUV | 111.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 74 | 0.73 | 0 | 0.52 | 0.40 | 137.14 | 0.57 | 0.38 |
| Hex | 2A | 9A | 4A | 49 | 0 | 34 | 28 | 89 | 39 | 26 |
| Octal | 52 | 232 | 112 | 111 | 0 | 64 | 50 | 211 | 71 | 46 |
| Binary | 101010 | 10011010 | 1001010 | 1001001 | 0 | 110100 | 101000 | 10001001 | 111001 | 100110 |
Color Harmonies of #2A9A4A
Complementary color
Monochromatic Colors of #2A9A4A
Black with #2A9A4A
Text Example
Text Example
White with #2A9A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A4A; }
p { color: rgb(42,154,74); }
H1.HeaderClassName
{
color: #2A9A4A;
}
.AnyTagClassName
{
color: #2A9A4A;
}
</style>
background-color css
<style>
a { background-color: #2A9A4A; }
a { background-color: rgb(42,154,74); }
div.DivClassName
{
background-color: #2A9A4A;
}
.BgClassName
{
background-color: #2A9A4A;
}
</style>
border-color css
<style>
span { border-color: #2A9A4A; }
span { border-color: rgb(42,154,74); }
td.TdClassName
{
border-color: #2A9A4A;
}
.TagClassName
{
border-color: #2A9A4A;
}
</style>