Shades of Sea Green #2B895C
Tints of Sea Green #2B895C
RGB
CMYK
RGB Variations
Color information
#2B895C (or 0x2B895C) is known color: Sea Green. HEX triplet: 2B, 89 and 5C. RGB value is (43,137,92). Sum of RGB (Red+Green+Blue) = 43+137+92=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #2B895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B895C is #D476A3. Grayscale: #676767. Windows color (decimal): -13924004 or 6064427. OLE color: 6064427.
HSL color Cylindrical-coordinate representation of color #2B895C: hue angle of 151.28º 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 #2B895C is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 92 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.46 |
| HSL | 151.28º | 0.52% | 0.35% | - |
| HSV(B) | 151.28º | 0.69% | 0.54% | - |
| XYZ | 11.87 | 19.18 | 13.2 | - |
| YUV | 103.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 92 | 0.69 | 0 | 0.33 | 0.46 | 151.28 | 0.52 | 0.35 |
| Hex | 2B | 89 | 5C | 45 | 0 | 21 | 2E | 97 | 34 | 23 |
| Octal | 53 | 211 | 134 | 105 | 0 | 41 | 56 | 227 | 64 | 43 |
| Binary | 101011 | 10001001 | 1011100 | 1000101 | 0 | 100001 | 101110 | 10010111 | 110100 | 100011 |
Color Harmonies of #2B895C
Complementary color
Monochromatic Colors of #2B895C
Black with #2B895C
Text Example
Text Example
White with #2B895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B895C; }
p { color: rgb(43,137,92); }
H1.HeaderClassName
{
color: #2B895C;
}
.AnyTagClassName
{
color: #2B895C;
}
</style>
background-color css
<style>
a { background-color: #2B895C; }
a { background-color: rgb(43,137,92); }
div.DivClassName
{
background-color: #2B895C;
}
.BgClassName
{
background-color: #2B895C;
}
</style>
border-color css
<style>
span { border-color: #2B895C; }
span { border-color: rgb(43,137,92); }
td.TdClassName
{
border-color: #2B895C;
}
.TagClassName
{
border-color: #2B895C;
}
</style>