Shades of Sea Green #2A804D
Tints of Sea Green #2A804D
RGB
CMYK
RGB Variations
Color information
#2A804D (or 0x2A804D) is known color: Sea Green. HEX triplet: 2A, 80 and 4D. RGB value is (42,128,77). Sum of RGB (Red+Green+Blue) = 42+128+77=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #2A804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A804D is #D57FB2. Grayscale: #606060. Windows color (decimal): -13991859 or 5079082. OLE color: 5079082.
HSL color Cylindrical-coordinate representation of color #2A804D: hue angle of 144.42º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A804D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 128 | 77 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.50 |
| HSL | 144.42º | 0.51% | 0.33% | - |
| HSV(B) | 144.42º | 0.67% | 0.5% | - |
| XYZ | 10.01 | 16.47 | 9.67 | - |
| YUV | 96.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 77 | 0.67 | 0 | 0.40 | 0.50 | 144.42 | 0.51 | 0.33 |
| Hex | 2A | 80 | 4D | 43 | 0 | 28 | 32 | 90 | 33 | 21 |
| Octal | 52 | 200 | 115 | 103 | 0 | 50 | 62 | 220 | 63 | 41 |
| Binary | 101010 | 10000000 | 1001101 | 1000011 | 0 | 101000 | 110010 | 10010000 | 110011 | 100001 |
Color Harmonies of #2A804D
Complementary color
Monochromatic Colors of #2A804D
Black with #2A804D
Text Example
Text Example
White with #2A804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A804D; }
p { color: rgb(42,128,77); }
H1.HeaderClassName
{
color: #2A804D;
}
.AnyTagClassName
{
color: #2A804D;
}
</style>
background-color css
<style>
a { background-color: #2A804D; }
a { background-color: rgb(42,128,77); }
div.DivClassName
{
background-color: #2A804D;
}
.BgClassName
{
background-color: #2A804D;
}
</style>
border-color css
<style>
span { border-color: #2A804D; }
span { border-color: rgb(42,128,77); }
td.TdClassName
{
border-color: #2A804D;
}
.TagClassName
{
border-color: #2A804D;
}
</style>