Shades of Sea Green #2B844D
Tints of Sea Green #2B844D
RGB
CMYK
RGB Variations
Color information
#2B844D (or 0x2B844D) is known color: Sea Green. HEX triplet: 2B, 84 and 4D. RGB value is (43,132,77). Sum of RGB (Red+Green+Blue) = 43+132+77=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #2B844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B844D is #D47BB2. Grayscale: #636363. Windows color (decimal): -13925299 or 5080107. OLE color: 5080107.
HSL color Cylindrical-coordinate representation of color #2B844D: hue angle of 142.92º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B844D is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 77 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.48 |
| HSL | 142.92º | 0.51% | 0.34% | - |
| HSV(B) | 142.92º | 0.67% | 0.52% | - |
| XYZ | 10.59 | 17.55 | 9.85 | - |
| YUV | 99.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 77 | 0.67 | 0 | 0.42 | 0.48 | 142.92 | 0.51 | 0.34 |
| Hex | 2B | 84 | 4D | 43 | 0 | 2A | 30 | 8F | 33 | 22 |
| Octal | 53 | 204 | 115 | 103 | 0 | 52 | 60 | 217 | 63 | 42 |
| Binary | 101011 | 10000100 | 1001101 | 1000011 | 0 | 101010 | 110000 | 10001111 | 110011 | 100010 |
Color Harmonies of #2B844D
Complementary color
Monochromatic Colors of #2B844D
Black with #2B844D
Text Example
Text Example
White with #2B844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B844D; }
p { color: rgb(43,132,77); }
H1.HeaderClassName
{
color: #2B844D;
}
.AnyTagClassName
{
color: #2B844D;
}
</style>
background-color css
<style>
a { background-color: #2B844D; }
a { background-color: rgb(43,132,77); }
div.DivClassName
{
background-color: #2B844D;
}
.BgClassName
{
background-color: #2B844D;
}
</style>
border-color css
<style>
span { border-color: #2B844D; }
span { border-color: rgb(43,132,77); }
td.TdClassName
{
border-color: #2B844D;
}
.TagClassName
{
border-color: #2B844D;
}
</style>