Shades of Sea Green #2A8F57
Tints of Sea Green #2A8F57
RGB
CMYK
RGB Variations
Color information
#2A8F57 (or 0x2A8F57) is known color: Sea Green. HEX triplet: 2A, 8F and 57. RGB value is (42,143,87). Sum of RGB (Red+Green+Blue) = 42+143+87=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8F57 is #D570A8. Grayscale: #6A6A6A. Windows color (decimal): -13988009 or 5738282. OLE color: 5738282.
HSL color Cylindrical-coordinate representation of color #2A8F57: hue angle of 146.73º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F57 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 87 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.44 |
| HSL | 146.73º | 0.55% | 0.36% | - |
| HSV(B) | 146.73º | 0.71% | 0.56% | - |
| XYZ | 12.5 | 20.83 | 12.38 | - |
| YUV | 106.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 87 | 0.71 | 0 | 0.39 | 0.44 | 146.73 | 0.55 | 0.36 |
| Hex | 2A | 8F | 57 | 47 | 0 | 27 | 2C | 93 | 37 | 24 |
| Octal | 52 | 217 | 127 | 107 | 0 | 47 | 54 | 223 | 67 | 44 |
| Binary | 101010 | 10001111 | 1010111 | 1000111 | 0 | 100111 | 101100 | 10010011 | 110111 | 100100 |
Color Harmonies of #2A8F57
Complementary color
Monochromatic Colors of #2A8F57
Black with #2A8F57
Text Example
Text Example
White with #2A8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F57; }
p { color: rgb(42,143,87); }
H1.HeaderClassName
{
color: #2A8F57;
}
.AnyTagClassName
{
color: #2A8F57;
}
</style>
background-color css
<style>
a { background-color: #2A8F57; }
a { background-color: rgb(42,143,87); }
div.DivClassName
{
background-color: #2A8F57;
}
.BgClassName
{
background-color: #2A8F57;
}
</style>
border-color css
<style>
span { border-color: #2A8F57; }
span { border-color: rgb(42,143,87); }
td.TdClassName
{
border-color: #2A8F57;
}
.TagClassName
{
border-color: #2A8F57;
}
</style>