Shades of Sea Green #2B8C51
Tints of Sea Green #2B8C51
RGB
CMYK
RGB Variations
Color information
#2B8C51 (or 0x2B8C51) is known color: Sea Green. HEX triplet: 2B, 8C and 51. RGB value is (43,140,81). Sum of RGB (Red+Green+Blue) = 43+140+81=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C51 is #D473AE. Grayscale: #686868. Windows color (decimal): -13923247 or 5344299. OLE color: 5344299.
HSL color Cylindrical-coordinate representation of color #2B8C51: hue angle of 143.51º 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 #2B8C51 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 81 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.45 |
| HSL | 143.51º | 0.53% | 0.36% | - |
| HSV(B) | 143.51º | 0.69% | 0.55% | - |
| XYZ | 11.86 | 19.86 | 10.99 | - |
| YUV | 104.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 81 | 0.69 | 0 | 0.42 | 0.45 | 143.51 | 0.53 | 0.36 |
| Hex | 2B | 8C | 51 | 45 | 0 | 2A | 2D | 90 | 35 | 24 |
| Octal | 53 | 214 | 121 | 105 | 0 | 52 | 55 | 220 | 65 | 44 |
| Binary | 101011 | 10001100 | 1010001 | 1000101 | 0 | 101010 | 101101 | 10010000 | 110101 | 100100 |
Color Harmonies of #2B8C51
Complementary color
Monochromatic Colors of #2B8C51
Black with #2B8C51
Text Example
Text Example
White with #2B8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C51; }
p { color: rgb(43,140,81); }
H1.HeaderClassName
{
color: #2B8C51;
}
.AnyTagClassName
{
color: #2B8C51;
}
</style>
background-color css
<style>
a { background-color: #2B8C51; }
a { background-color: rgb(43,140,81); }
div.DivClassName
{
background-color: #2B8C51;
}
.BgClassName
{
background-color: #2B8C51;
}
</style>
border-color css
<style>
span { border-color: #2B8C51; }
span { border-color: rgb(43,140,81); }
td.TdClassName
{
border-color: #2B8C51;
}
.TagClassName
{
border-color: #2B8C51;
}
</style>