Shades of Sea Green #2B9855
Tints of Sea Green #2B9855
RGB
CMYK
RGB Variations
Color information
#2B9855 (or 0x2B9855) is known color: Sea Green. HEX triplet: 2B, 98 and 55. RGB value is (43,152,85). Sum of RGB (Red+Green+Blue) = 43+152+85=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9855 is #D467AA. Grayscale: #6F6F6F. Windows color (decimal): -13920171 or 5609515. OLE color: 5609515.
HSL color Cylindrical-coordinate representation of color #2B9855: hue angle of 143.12º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9855 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 85 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.40 |
| HSL | 143.12º | 0.56% | 0.38% | - |
| HSV(B) | 143.12º | 0.72% | 0.6% | - |
| XYZ | 13.86 | 23.63 | 12.42 | - |
| YUV | 111.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 85 | 0.72 | 0 | 0.44 | 0.40 | 143.12 | 0.56 | 0.38 |
| Hex | 2B | 98 | 55 | 48 | 0 | 2C | 28 | 8F | 38 | 26 |
| Octal | 53 | 230 | 125 | 110 | 0 | 54 | 50 | 217 | 70 | 46 |
| Binary | 101011 | 10011000 | 1010101 | 1001000 | 0 | 101100 | 101000 | 10001111 | 111000 | 100110 |
Color Harmonies of #2B9855
Complementary color
Monochromatic Colors of #2B9855
Black with #2B9855
Text Example
Text Example
White with #2B9855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9855; }
p { color: rgb(43,152,85); }
H1.HeaderClassName
{
color: #2B9855;
}
.AnyTagClassName
{
color: #2B9855;
}
</style>
background-color css
<style>
a { background-color: #2B9855; }
a { background-color: rgb(43,152,85); }
div.DivClassName
{
background-color: #2B9855;
}
.BgClassName
{
background-color: #2B9855;
}
</style>
border-color css
<style>
span { border-color: #2B9855; }
span { border-color: rgb(43,152,85); }
td.TdClassName
{
border-color: #2B9855;
}
.TagClassName
{
border-color: #2B9855;
}
</style>