Shades of Sea Green #2A9447
Tints of Sea Green #2A9447
RGB
CMYK
RGB Variations
Color information
#2A9447 (or 0x2A9447) is known color: Sea Green. HEX triplet: 2A, 94 and 47. RGB value is (42,148,71). Sum of RGB (Red+Green+Blue) = 42+148+71=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9447 is #D56BB8. Grayscale: #6B6B6B. Windows color (decimal): -13986745 or 4690986. OLE color: 4690986.
HSL color Cylindrical-coordinate representation of color #2A9447: hue angle of 136.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9447 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 71 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.42 |
| HSL | 136.42º | 0.56% | 0.37% | - |
| HSV(B) | 136.42º | 0.72% | 0.58% | - |
| XYZ | 12.68 | 22.13 | 9.56 | - |
| YUV | 107.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 71 | 0.72 | 0 | 0.52 | 0.42 | 136.42 | 0.56 | 0.37 |
| Hex | 2A | 94 | 47 | 48 | 0 | 34 | 2A | 88 | 38 | 25 |
| Octal | 52 | 224 | 107 | 110 | 0 | 64 | 52 | 210 | 70 | 45 |
| Binary | 101010 | 10010100 | 1000111 | 1001000 | 0 | 110100 | 101010 | 10001000 | 111000 | 100101 |
Color Harmonies of #2A9447
Complementary color
Monochromatic Colors of #2A9447
Black with #2A9447
Text Example
Text Example
White with #2A9447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9447; }
p { color: rgb(42,148,71); }
H1.HeaderClassName
{
color: #2A9447;
}
.AnyTagClassName
{
color: #2A9447;
}
</style>
background-color css
<style>
a { background-color: #2A9447; }
a { background-color: rgb(42,148,71); }
div.DivClassName
{
background-color: #2A9447;
}
.BgClassName
{
background-color: #2A9447;
}
</style>
border-color css
<style>
span { border-color: #2A9447; }
span { border-color: rgb(42,148,71); }
td.TdClassName
{
border-color: #2A9447;
}
.TagClassName
{
border-color: #2A9447;
}
</style>