Shades of Sea Green #2B8949
Tints of Sea Green #2B8949
RGB
CMYK
RGB Variations
Color information
#2B8949 (or 0x2B8949) is known color: Sea Green. HEX triplet: 2B, 89 and 49. RGB value is (43,137,73). Sum of RGB (Red+Green+Blue) = 43+137+73=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8949 is #D476B6. Grayscale: #656565. Windows color (decimal): -13924023 or 4819243. OLE color: 4819243.
HSL color Cylindrical-coordinate representation of color #2B8949: hue angle of 139.15º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8949 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 73 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.46 |
| HSL | 139.15º | 0.52% | 0.35% | - |
| HSV(B) | 139.15º | 0.69% | 0.54% | - |
| XYZ | 11.14 | 18.89 | 9.36 | - |
| YUV | 101.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 73 | 0.69 | 0 | 0.47 | 0.46 | 139.15 | 0.52 | 0.35 |
| Hex | 2B | 89 | 49 | 45 | 0 | 2F | 2E | 8B | 34 | 23 |
| Octal | 53 | 211 | 111 | 105 | 0 | 57 | 56 | 213 | 64 | 43 |
| Binary | 101011 | 10001001 | 1001001 | 1000101 | 0 | 101111 | 101110 | 10001011 | 110100 | 100011 |
Color Harmonies of #2B8949
Complementary color
Monochromatic Colors of #2B8949
Black with #2B8949
Text Example
Text Example
White with #2B8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8949; }
p { color: rgb(43,137,73); }
H1.HeaderClassName
{
color: #2B8949;
}
.AnyTagClassName
{
color: #2B8949;
}
</style>
background-color css
<style>
a { background-color: #2B8949; }
a { background-color: rgb(43,137,73); }
div.DivClassName
{
background-color: #2B8949;
}
.BgClassName
{
background-color: #2B8949;
}
</style>
border-color css
<style>
span { border-color: #2B8949; }
span { border-color: rgb(43,137,73); }
td.TdClassName
{
border-color: #2B8949;
}
.TagClassName
{
border-color: #2B8949;
}
</style>