Shades of Sea Green #2B884D
Tints of Sea Green #2B884D
RGB
CMYK
RGB Variations
Color information
#2B884D (or 0x2B884D) is known color: Sea Green. HEX triplet: 2B, 88 and 4D. RGB value is (43,136,77). Sum of RGB (Red+Green+Blue) = 43+136+77=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #2B884D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B884D is #D477B2. Grayscale: #656565. Windows color (decimal): -13924275 or 5081131. OLE color: 5081131.
HSL color Cylindrical-coordinate representation of color #2B884D: hue angle of 141.94º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B884D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 77 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.47 |
| HSL | 141.94º | 0.52% | 0.35% | - |
| HSV(B) | 141.94º | 0.68% | 0.53% | - |
| XYZ | 11.14 | 18.66 | 10.04 | - |
| YUV | 101.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 77 | 0.68 | 0 | 0.43 | 0.47 | 141.94 | 0.52 | 0.35 |
| Hex | 2B | 88 | 4D | 44 | 0 | 2B | 2F | 8E | 34 | 23 |
| Octal | 53 | 210 | 115 | 104 | 0 | 53 | 57 | 216 | 64 | 43 |
| Binary | 101011 | 10001000 | 1001101 | 1000100 | 0 | 101011 | 101111 | 10001110 | 110100 | 100011 |
Color Harmonies of #2B884D
Complementary color
Monochromatic Colors of #2B884D
Black with #2B884D
Text Example
Text Example
White with #2B884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B884D; }
p { color: rgb(43,136,77); }
H1.HeaderClassName
{
color: #2B884D;
}
.AnyTagClassName
{
color: #2B884D;
}
</style>
background-color css
<style>
a { background-color: #2B884D; }
a { background-color: rgb(43,136,77); }
div.DivClassName
{
background-color: #2B884D;
}
.BgClassName
{
background-color: #2B884D;
}
</style>
border-color css
<style>
span { border-color: #2B884D; }
span { border-color: rgb(43,136,77); }
td.TdClassName
{
border-color: #2B884D;
}
.TagClassName
{
border-color: #2B884D;
}
</style>