Shades of Sea Green #2B8C57
Tints of Sea Green #2B8C57
RGB
CMYK
RGB Variations
Color information
#2B8C57 (or 0x2B8C57) is known color: Sea Green. HEX triplet: 2B, 8C and 57. RGB value is (43,140,87). Sum of RGB (Red+Green+Blue) = 43+140+87=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C57 is #D473A8. Grayscale: #696969. Windows color (decimal): -13923241 or 5737515. OLE color: 5737515.
HSL color Cylindrical-coordinate representation of color #2B8C57: hue angle of 147.22º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C57 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 87 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.45 |
| HSL | 147.22º | 0.53% | 0.36% | - |
| HSV(B) | 147.22º | 0.69% | 0.55% | - |
| XYZ | 12.09 | 19.96 | 12.23 | - |
| YUV | 104.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 87 | 0.69 | 0 | 0.38 | 0.45 | 147.22 | 0.53 | 0.36 |
| Hex | 2B | 8C | 57 | 45 | 0 | 26 | 2D | 93 | 35 | 24 |
| Octal | 53 | 214 | 127 | 105 | 0 | 46 | 55 | 223 | 65 | 44 |
| Binary | 101011 | 10001100 | 1010111 | 1000101 | 0 | 100110 | 101101 | 10010011 | 110101 | 100100 |
Color Harmonies of #2B8C57
Complementary color
Monochromatic Colors of #2B8C57
Black with #2B8C57
Text Example
Text Example
White with #2B8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C57; }
p { color: rgb(43,140,87); }
H1.HeaderClassName
{
color: #2B8C57;
}
.AnyTagClassName
{
color: #2B8C57;
}
</style>
background-color css
<style>
a { background-color: #2B8C57; }
a { background-color: rgb(43,140,87); }
div.DivClassName
{
background-color: #2B8C57;
}
.BgClassName
{
background-color: #2B8C57;
}
</style>
border-color css
<style>
span { border-color: #2B8C57; }
span { border-color: rgb(43,140,87); }
td.TdClassName
{
border-color: #2B8C57;
}
.TagClassName
{
border-color: #2B8C57;
}
</style>