Shades of Sea Green #2B8C4E
Tints of Sea Green #2B8C4E
RGB
CMYK
RGB Variations
Color information
#2B8C4E (or 0x2B8C4E) is known color: Sea Green. HEX triplet: 2B, 8C and 4E. RGB value is (43,140,78). Sum of RGB (Red+Green+Blue) = 43+140+78=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C4E is #D473B1. Grayscale: #686868. Windows color (decimal): -13923250 or 5147691. OLE color: 5147691.
HSL color Cylindrical-coordinate representation of color #2B8C4E: hue angle of 141.65º 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 #2B8C4E is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 78 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.45 |
| HSL | 141.65º | 0.53% | 0.36% | - |
| HSV(B) | 141.65º | 0.69% | 0.55% | - |
| XYZ | 11.75 | 19.82 | 10.41 | - |
| YUV | 103.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 78 | 0.69 | 0 | 0.44 | 0.45 | 141.65 | 0.53 | 0.36 |
| Hex | 2B | 8C | 4E | 45 | 0 | 2C | 2D | 8E | 35 | 24 |
| Octal | 53 | 214 | 116 | 105 | 0 | 54 | 55 | 216 | 65 | 44 |
| Binary | 101011 | 10001100 | 1001110 | 1000101 | 0 | 101100 | 101101 | 10001110 | 110101 | 100100 |
Color Harmonies of #2B8C4E
Complementary color
Monochromatic Colors of #2B8C4E
Black with #2B8C4E
Text Example
Text Example
White with #2B8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C4E; }
p { color: rgb(43,140,78); }
H1.HeaderClassName
{
color: #2B8C4E;
}
.AnyTagClassName
{
color: #2B8C4E;
}
</style>
background-color css
<style>
a { background-color: #2B8C4E; }
a { background-color: rgb(43,140,78); }
div.DivClassName
{
background-color: #2B8C4E;
}
.BgClassName
{
background-color: #2B8C4E;
}
</style>
border-color css
<style>
span { border-color: #2B8C4E; }
span { border-color: rgb(43,140,78); }
td.TdClassName
{
border-color: #2B8C4E;
}
.TagClassName
{
border-color: #2B8C4E;
}
</style>