Shades of Sea Green #2A9E4C
Tints of Sea Green #2A9E4C
RGB
CMYK
RGB Variations
Color information
#2A9E4C (or 0x2A9E4C) is known color: Sea Green. HEX triplet: 2A, 9E and 4C. RGB value is (42,158,76). Sum of RGB (Red+Green+Blue) = 42+158+76=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9E4C is #D561B3. Grayscale: #727272. Windows color (decimal): -13984180 or 5021226. OLE color: 5021226.
HSL color Cylindrical-coordinate representation of color #2A9E4C: hue angle of 137.59º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E4C is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 158 | 76 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.38 |
| HSL | 137.59º | 0.58% | 0.39% | - |
| HSV(B) | 137.59º | 0.73% | 0.62% | - |
| XYZ | 14.49 | 25.47 | 10.99 | - |
| YUV | 113.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 158 | 76 | 0.73 | 0 | 0.52 | 0.38 | 137.59 | 0.58 | 0.39 |
| Hex | 2A | 9E | 4C | 49 | 0 | 34 | 26 | 8A | 3A | 27 |
| Octal | 52 | 236 | 114 | 111 | 0 | 64 | 46 | 212 | 72 | 47 |
| Binary | 101010 | 10011110 | 1001100 | 1001001 | 0 | 110100 | 100110 | 10001010 | 111010 | 100111 |
Color Harmonies of #2A9E4C
Complementary color
Monochromatic Colors of #2A9E4C
Black with #2A9E4C
Text Example
Text Example
White with #2A9E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9E4C; }
p { color: rgb(42,158,76); }
H1.HeaderClassName
{
color: #2A9E4C;
}
.AnyTagClassName
{
color: #2A9E4C;
}
</style>
background-color css
<style>
a { background-color: #2A9E4C; }
a { background-color: rgb(42,158,76); }
div.DivClassName
{
background-color: #2A9E4C;
}
.BgClassName
{
background-color: #2A9E4C;
}
</style>
border-color css
<style>
span { border-color: #2A9E4C; }
span { border-color: rgb(42,158,76); }
td.TdClassName
{
border-color: #2A9E4C;
}
.TagClassName
{
border-color: #2A9E4C;
}
</style>