Shades of Sea Green #2A824B
Tints of Sea Green #2A824B
RGB
CMYK
RGB Variations
Color information
#2A824B (or 0x2A824B) is known color: Sea Green. HEX triplet: 2A, 82 and 4B. RGB value is (42,130,75). Sum of RGB (Red+Green+Blue) = 42+130+75=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #2A824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A824B is #D57DB4. Grayscale: #616161. Windows color (decimal): -13991349 or 4948522. OLE color: 4948522.
HSL color Cylindrical-coordinate representation of color #2A824B: hue angle of 142.5º 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 #2A824B is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 75 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.49 |
| HSL | 142.5º | 0.51% | 0.34% | - |
| HSV(B) | 142.5º | 0.68% | 0.51% | - |
| XYZ | 10.21 | 16.97 | 9.39 | - |
| YUV | 97.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 75 | 0.68 | 0 | 0.42 | 0.49 | 142.5 | 0.51 | 0.34 |
| Hex | 2A | 82 | 4B | 44 | 0 | 2A | 31 | 8E | 33 | 22 |
| Octal | 52 | 202 | 113 | 104 | 0 | 52 | 61 | 216 | 63 | 42 |
| Binary | 101010 | 10000010 | 1001011 | 1000100 | 0 | 101010 | 110001 | 10001110 | 110011 | 100010 |
Color Harmonies of #2A824B
Complementary color
Monochromatic Colors of #2A824B
Black with #2A824B
Text Example
Text Example
White with #2A824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A824B; }
p { color: rgb(42,130,75); }
H1.HeaderClassName
{
color: #2A824B;
}
.AnyTagClassName
{
color: #2A824B;
}
</style>
background-color css
<style>
a { background-color: #2A824B; }
a { background-color: rgb(42,130,75); }
div.DivClassName
{
background-color: #2A824B;
}
.BgClassName
{
background-color: #2A824B;
}
</style>
border-color css
<style>
span { border-color: #2A824B; }
span { border-color: rgb(42,130,75); }
td.TdClassName
{
border-color: #2A824B;
}
.TagClassName
{
border-color: #2A824B;
}
</style>