Shades of Sea Green #2B845D
Tints of Sea Green #2B845D
RGB
CMYK
RGB Variations
Color information
#2B845D (or 0x2B845D) is known color: Sea Green. HEX triplet: 2B, 84 and 5D. RGB value is (43,132,93). Sum of RGB (Red+Green+Blue) = 43+132+93=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #2B845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B845D is #D47BA2. Grayscale: #656565. Windows color (decimal): -13925283 or 6128683. OLE color: 6128683.
HSL color Cylindrical-coordinate representation of color #2B845D: hue angle of 153.71º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B845D is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 93 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.48 |
| HSL | 153.71º | 0.51% | 0.34% | - |
| HSV(B) | 153.71º | 0.67% | 0.52% | - |
| XYZ | 11.22 | 17.81 | 13.2 | - |
| YUV | 100.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 93 | 0.67 | 0 | 0.30 | 0.48 | 153.71 | 0.51 | 0.34 |
| Hex | 2B | 84 | 5D | 43 | 0 | 1E | 30 | 9A | 33 | 22 |
| Octal | 53 | 204 | 135 | 103 | 0 | 36 | 60 | 232 | 63 | 42 |
| Binary | 101011 | 10000100 | 1011101 | 1000011 | 0 | 11110 | 110000 | 10011010 | 110011 | 100010 |
Color Harmonies of #2B845D
Complementary color
Monochromatic Colors of #2B845D
Black with #2B845D
Text Example
Text Example
White with #2B845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B845D; }
p { color: rgb(43,132,93); }
H1.HeaderClassName
{
color: #2B845D;
}
.AnyTagClassName
{
color: #2B845D;
}
</style>
background-color css
<style>
a { background-color: #2B845D; }
a { background-color: rgb(43,132,93); }
div.DivClassName
{
background-color: #2B845D;
}
.BgClassName
{
background-color: #2B845D;
}
</style>
border-color css
<style>
span { border-color: #2B845D; }
span { border-color: rgb(43,132,93); }
td.TdClassName
{
border-color: #2B845D;
}
.TagClassName
{
border-color: #2B845D;
}
</style>