Shades of Sea Green #2B895B
Tints of Sea Green #2B895B
RGB
CMYK
RGB Variations
Color information
#2B895B (or 0x2B895B) is known color: Sea Green. HEX triplet: 2B, 89 and 5B. RGB value is (43,137,91). Sum of RGB (Red+Green+Blue) = 43+137+91=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #2B895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B895B is #D476A4. Grayscale: #676767. Windows color (decimal): -13924005 or 5998891. OLE color: 5998891.
HSL color Cylindrical-coordinate representation of color #2B895B: hue angle of 150.64º 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 #2B895B is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 91 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.46 |
| HSL | 150.64º | 0.52% | 0.35% | - |
| HSV(B) | 150.64º | 0.69% | 0.54% | - |
| XYZ | 11.83 | 19.16 | 12.97 | - |
| YUV | 103.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 91 | 0.69 | 0 | 0.34 | 0.46 | 150.64 | 0.52 | 0.35 |
| Hex | 2B | 89 | 5B | 45 | 0 | 22 | 2E | 97 | 34 | 23 |
| Octal | 53 | 211 | 133 | 105 | 0 | 42 | 56 | 227 | 64 | 43 |
| Binary | 101011 | 10001001 | 1011011 | 1000101 | 0 | 100010 | 101110 | 10010111 | 110100 | 100011 |
Color Harmonies of #2B895B
Complementary color
Monochromatic Colors of #2B895B
Black with #2B895B
Text Example
Text Example
White with #2B895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B895B; }
p { color: rgb(43,137,91); }
H1.HeaderClassName
{
color: #2B895B;
}
.AnyTagClassName
{
color: #2B895B;
}
</style>
background-color css
<style>
a { background-color: #2B895B; }
a { background-color: rgb(43,137,91); }
div.DivClassName
{
background-color: #2B895B;
}
.BgClassName
{
background-color: #2B895B;
}
</style>
border-color css
<style>
span { border-color: #2B895B; }
span { border-color: rgb(43,137,91); }
td.TdClassName
{
border-color: #2B895B;
}
.TagClassName
{
border-color: #2B895B;
}
</style>