Shades of Sea Green #2A8B56
Tints of Sea Green #2A8B56
RGB
CMYK
RGB Variations
Color information
#2A8B56 (or 0x2A8B56) is known color: Sea Green. HEX triplet: 2A, 8B and 56. RGB value is (42,139,86). Sum of RGB (Red+Green+Blue) = 42+139+86=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8B56 is #D574A9. Grayscale: #686868. Windows color (decimal): -13989034 or 5671722. OLE color: 5671722.
HSL color Cylindrical-coordinate representation of color #2A8B56: hue angle of 147.22º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8B56 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 139 | 86 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.45 |
| HSL | 147.22º | 0.54% | 0.35% | - |
| HSV(B) | 147.22º | 0.7% | 0.55% | - |
| XYZ | 11.87 | 19.63 | 11.97 | - |
| YUV | 103.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 86 | 0.70 | 0 | 0.38 | 0.45 | 147.22 | 0.54 | 0.35 |
| Hex | 2A | 8B | 56 | 46 | 0 | 26 | 2D | 93 | 36 | 23 |
| Octal | 52 | 213 | 126 | 106 | 0 | 46 | 55 | 223 | 66 | 43 |
| Binary | 101010 | 10001011 | 1010110 | 1000110 | 0 | 100110 | 101101 | 10010011 | 110110 | 100011 |
Color Harmonies of #2A8B56
Complementary color
Monochromatic Colors of #2A8B56
Black with #2A8B56
Text Example
Text Example
White with #2A8B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8B56; }
p { color: rgb(42,139,86); }
H1.HeaderClassName
{
color: #2A8B56;
}
.AnyTagClassName
{
color: #2A8B56;
}
</style>
background-color css
<style>
a { background-color: #2A8B56; }
a { background-color: rgb(42,139,86); }
div.DivClassName
{
background-color: #2A8B56;
}
.BgClassName
{
background-color: #2A8B56;
}
</style>
border-color css
<style>
span { border-color: #2A8B56; }
span { border-color: rgb(42,139,86); }
td.TdClassName
{
border-color: #2A8B56;
}
.TagClassName
{
border-color: #2A8B56;
}
</style>