Shades of Sea Green #2B834D
Tints of Sea Green #2B834D
RGB
CMYK
RGB Variations
Color information
#2B834D (or 0x2B834D) is known color: Sea Green. HEX triplet: 2B, 83 and 4D. RGB value is (43,131,77). Sum of RGB (Red+Green+Blue) = 43+131+77=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #2B834D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B834D is #D47CB2. Grayscale: #626262. Windows color (decimal): -13925555 or 5079851. OLE color: 5079851.
HSL color Cylindrical-coordinate representation of color #2B834D: hue angle of 143.18º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B834D is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 77 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.49 |
| HSL | 143.18º | 0.51% | 0.34% | - |
| HSV(B) | 143.18º | 0.67% | 0.51% | - |
| XYZ | 10.45 | 17.28 | 9.81 | - |
| YUV | 98.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 77 | 0.67 | 0 | 0.41 | 0.49 | 143.18 | 0.51 | 0.34 |
| Hex | 2B | 83 | 4D | 43 | 0 | 29 | 31 | 8F | 33 | 22 |
| Octal | 53 | 203 | 115 | 103 | 0 | 51 | 61 | 217 | 63 | 42 |
| Binary | 101011 | 10000011 | 1001101 | 1000011 | 0 | 101001 | 110001 | 10001111 | 110011 | 100010 |
Color Harmonies of #2B834D
Complementary color
Monochromatic Colors of #2B834D
Black with #2B834D
Text Example
Text Example
White with #2B834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B834D; }
p { color: rgb(43,131,77); }
H1.HeaderClassName
{
color: #2B834D;
}
.AnyTagClassName
{
color: #2B834D;
}
</style>
background-color css
<style>
a { background-color: #2B834D; }
a { background-color: rgb(43,131,77); }
div.DivClassName
{
background-color: #2B834D;
}
.BgClassName
{
background-color: #2B834D;
}
</style>
border-color css
<style>
span { border-color: #2B834D; }
span { border-color: rgb(43,131,77); }
td.TdClassName
{
border-color: #2B834D;
}
.TagClassName
{
border-color: #2B834D;
}
</style>