Shades of Sea Green #2B885B
Tints of Sea Green #2B885B
RGB
CMYK
RGB Variations
Color information
#2B885B (or 0x2B885B) is known color: Sea Green. HEX triplet: 2B, 88 and 5B. RGB value is (43,136,91). Sum of RGB (Red+Green+Blue) = 43+136+91=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #2B885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B885B is #D477A4. Grayscale: #676767. Windows color (decimal): -13924261 or 5998635. OLE color: 5998635.
HSL color Cylindrical-coordinate representation of color #2B885B: hue angle of 150.97º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B885B is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 91 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.47 |
| HSL | 150.97º | 0.52% | 0.35% | - |
| HSV(B) | 150.97º | 0.68% | 0.53% | - |
| XYZ | 11.69 | 18.88 | 12.93 | - |
| YUV | 103.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 91 | 0.68 | 0 | 0.33 | 0.47 | 150.97 | 0.52 | 0.35 |
| Hex | 2B | 88 | 5B | 44 | 0 | 21 | 2F | 97 | 34 | 23 |
| Octal | 53 | 210 | 133 | 104 | 0 | 41 | 57 | 227 | 64 | 43 |
| Binary | 101011 | 10001000 | 1011011 | 1000100 | 0 | 100001 | 101111 | 10010111 | 110100 | 100011 |
Color Harmonies of #2B885B
Complementary color
Monochromatic Colors of #2B885B
Black with #2B885B
Text Example
Text Example
White with #2B885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B885B; }
p { color: rgb(43,136,91); }
H1.HeaderClassName
{
color: #2B885B;
}
.AnyTagClassName
{
color: #2B885B;
}
</style>
background-color css
<style>
a { background-color: #2B885B; }
a { background-color: rgb(43,136,91); }
div.DivClassName
{
background-color: #2B885B;
}
.BgClassName
{
background-color: #2B885B;
}
</style>
border-color css
<style>
span { border-color: #2B885B; }
span { border-color: rgb(43,136,91); }
td.TdClassName
{
border-color: #2B885B;
}
.TagClassName
{
border-color: #2B885B;
}
</style>