Shades of Sea Green #2A9647
Tints of Sea Green #2A9647
RGB
CMYK
RGB Variations
Color information
#2A9647 (or 0x2A9647) is known color: Sea Green. HEX triplet: 2A, 96 and 47. RGB value is (42,150,71). Sum of RGB (Red+Green+Blue) = 42+150+71=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9647 is #D569B8. Grayscale: #6C6C6C. Windows color (decimal): -13986233 or 4691498. OLE color: 4691498.
HSL color Cylindrical-coordinate representation of color #2A9647: hue angle of 136.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9647 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 71 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.41 |
| HSL | 136.11º | 0.56% | 0.38% | - |
| HSV(B) | 136.11º | 0.72% | 0.59% | - |
| XYZ | 13 | 22.76 | 9.67 | - |
| YUV | 108.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 71 | 0.72 | 0 | 0.53 | 0.41 | 136.11 | 0.56 | 0.38 |
| Hex | 2A | 96 | 47 | 48 | 0 | 35 | 29 | 88 | 38 | 26 |
| Octal | 52 | 226 | 107 | 110 | 0 | 65 | 51 | 210 | 70 | 46 |
| Binary | 101010 | 10010110 | 1000111 | 1001000 | 0 | 110101 | 101001 | 10001000 | 111000 | 100110 |
Color Harmonies of #2A9647
Complementary color
Monochromatic Colors of #2A9647
Black with #2A9647
Text Example
Text Example
White with #2A9647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9647; }
p { color: rgb(42,150,71); }
H1.HeaderClassName
{
color: #2A9647;
}
.AnyTagClassName
{
color: #2A9647;
}
</style>
background-color css
<style>
a { background-color: #2A9647; }
a { background-color: rgb(42,150,71); }
div.DivClassName
{
background-color: #2A9647;
}
.BgClassName
{
background-color: #2A9647;
}
</style>
border-color css
<style>
span { border-color: #2A9647; }
span { border-color: rgb(42,150,71); }
td.TdClassName
{
border-color: #2A9647;
}
.TagClassName
{
border-color: #2A9647;
}
</style>