Shades of Sea Green #2A824D
Tints of Sea Green #2A824D
RGB
CMYK
RGB Variations
Color information
#2A824D (or 0x2A824D) is known color: Sea Green. HEX triplet: 2A, 82 and 4D. RGB value is (42,130,77). Sum of RGB (Red+Green+Blue) = 42+130+77=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #2A824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A824D is #D57DB2. Grayscale: #616161. Windows color (decimal): -13991347 or 5079594. OLE color: 5079594.
HSL color Cylindrical-coordinate representation of color #2A824D: hue angle of 143.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A824D is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 77 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.49 |
| HSL | 143.86º | 0.51% | 0.34% | - |
| HSV(B) | 143.86º | 0.68% | 0.51% | - |
| XYZ | 10.28 | 16.99 | 9.76 | - |
| YUV | 97.65 | 116.35 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 77 | 0.68 | 0 | 0.41 | 0.49 | 143.86 | 0.51 | 0.34 |
| Hex | 2A | 82 | 4D | 44 | 0 | 29 | 31 | 90 | 33 | 22 |
| Octal | 52 | 202 | 115 | 104 | 0 | 51 | 61 | 220 | 63 | 42 |
| Binary | 101010 | 10000010 | 1001101 | 1000100 | 0 | 101001 | 110001 | 10010000 | 110011 | 100010 |
Color Harmonies of #2A824D
Complementary color
Monochromatic Colors of #2A824D
Black with #2A824D
Text Example
Text Example
White with #2A824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A824D; }
p { color: rgb(42,130,77); }
H1.HeaderClassName
{
color: #2A824D;
}
.AnyTagClassName
{
color: #2A824D;
}
</style>
background-color css
<style>
a { background-color: #2A824D; }
a { background-color: rgb(42,130,77); }
div.DivClassName
{
background-color: #2A824D;
}
.BgClassName
{
background-color: #2A824D;
}
</style>
border-color css
<style>
span { border-color: #2A824D; }
span { border-color: rgb(42,130,77); }
td.TdClassName
{
border-color: #2A824D;
}
.TagClassName
{
border-color: #2A824D;
}
</style>