Shades of Sea Green #2B895D
Tints of Sea Green #2B895D
RGB
CMYK
RGB Variations
Color information
#2B895D (or 0x2B895D) is known color: Sea Green. HEX triplet: 2B, 89 and 5D. RGB value is (43,137,93). Sum of RGB (Red+Green+Blue) = 43+137+93=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #2B895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B895D is #D476A2. Grayscale: #676767. Windows color (decimal): -13924003 or 6129963. OLE color: 6129963.
HSL color Cylindrical-coordinate representation of color #2B895D: hue angle of 151.91º 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 #2B895D is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 93 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.46 |
| HSL | 151.91º | 0.52% | 0.35% | - |
| HSV(B) | 151.91º | 0.69% | 0.54% | - |
| XYZ | 11.92 | 19.2 | 13.43 | - |
| YUV | 103.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 93 | 0.69 | 0 | 0.32 | 0.46 | 151.91 | 0.52 | 0.35 |
| Hex | 2B | 89 | 5D | 45 | 0 | 20 | 2E | 98 | 34 | 23 |
| Octal | 53 | 211 | 135 | 105 | 0 | 40 | 56 | 230 | 64 | 43 |
| Binary | 101011 | 10001001 | 1011101 | 1000101 | 0 | 100000 | 101110 | 10011000 | 110100 | 100011 |
Color Harmonies of #2B895D
Complementary color
Monochromatic Colors of #2B895D
Black with #2B895D
Text Example
Text Example
White with #2B895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B895D; }
p { color: rgb(43,137,93); }
H1.HeaderClassName
{
color: #2B895D;
}
.AnyTagClassName
{
color: #2B895D;
}
</style>
background-color css
<style>
a { background-color: #2B895D; }
a { background-color: rgb(43,137,93); }
div.DivClassName
{
background-color: #2B895D;
}
.BgClassName
{
background-color: #2B895D;
}
</style>
border-color css
<style>
span { border-color: #2B895D; }
span { border-color: rgb(43,137,93); }
td.TdClassName
{
border-color: #2B895D;
}
.TagClassName
{
border-color: #2B895D;
}
</style>