Shades of Sea Green #2B9558
Tints of Sea Green #2B9558
RGB
CMYK
RGB Variations
Color information
#2B9558 (or 0x2B9558) is known color: Sea Green. HEX triplet: 2B, 95 and 58. RGB value is (43,149,88). Sum of RGB (Red+Green+Blue) = 43+149+88=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9558 is #D46AA7. Grayscale: #6E6E6E. Windows color (decimal): -13920936 or 5805355. OLE color: 5805355.
HSL color Cylindrical-coordinate representation of color #2B9558: hue angle of 145.47º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9558 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 88 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.42 |
| HSL | 145.47º | 0.55% | 0.38% | - |
| HSV(B) | 145.47º | 0.71% | 0.58% | - |
| XYZ | 13.51 | 22.71 | 12.9 | - |
| YUV | 110.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 88 | 0.71 | 0 | 0.41 | 0.42 | 145.47 | 0.55 | 0.38 |
| Hex | 2B | 95 | 58 | 47 | 0 | 29 | 2A | 91 | 37 | 26 |
| Octal | 53 | 225 | 130 | 107 | 0 | 51 | 52 | 221 | 67 | 46 |
| Binary | 101011 | 10010101 | 1011000 | 1000111 | 0 | 101001 | 101010 | 10010001 | 110111 | 100110 |
Color Harmonies of #2B9558
Complementary color
Monochromatic Colors of #2B9558
Black with #2B9558
Text Example
Text Example
White with #2B9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9558; }
p { color: rgb(43,149,88); }
H1.HeaderClassName
{
color: #2B9558;
}
.AnyTagClassName
{
color: #2B9558;
}
</style>
background-color css
<style>
a { background-color: #2B9558; }
a { background-color: rgb(43,149,88); }
div.DivClassName
{
background-color: #2B9558;
}
.BgClassName
{
background-color: #2B9558;
}
</style>
border-color css
<style>
span { border-color: #2B9558; }
span { border-color: rgb(43,149,88); }
td.TdClassName
{
border-color: #2B9558;
}
.TagClassName
{
border-color: #2B9558;
}
</style>