Shades of Sea Green #2B845F
Tints of Sea Green #2B845F
RGB
CMYK
RGB Variations
Color information
#2B845F (or 0x2B845F) is known color: Sea Green. HEX triplet: 2B, 84 and 5F. RGB value is (43,132,95). Sum of RGB (Red+Green+Blue) = 43+132+95=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #2B845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B845F is #D47BA0. Grayscale: #656565. Windows color (decimal): -13925281 or 6259755. OLE color: 6259755.
HSL color Cylindrical-coordinate representation of color #2B845F: hue angle of 155.06º 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 #2B845F is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 95 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.48 |
| HSL | 155.06º | 0.51% | 0.34% | - |
| HSV(B) | 155.06º | 0.67% | 0.52% | - |
| XYZ | 11.31 | 17.84 | 13.67 | - |
| YUV | 101.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 95 | 0.67 | 0 | 0.28 | 0.48 | 155.06 | 0.51 | 0.34 |
| Hex | 2B | 84 | 5F | 43 | 0 | 1C | 30 | 9B | 33 | 22 |
| Octal | 53 | 204 | 137 | 103 | 0 | 34 | 60 | 233 | 63 | 42 |
| Binary | 101011 | 10000100 | 1011111 | 1000011 | 0 | 11100 | 110000 | 10011011 | 110011 | 100010 |
Color Harmonies of #2B845F
Complementary color
Monochromatic Colors of #2B845F
Black with #2B845F
Text Example
Text Example
White with #2B845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B845F; }
p { color: rgb(43,132,95); }
H1.HeaderClassName
{
color: #2B845F;
}
.AnyTagClassName
{
color: #2B845F;
}
</style>
background-color css
<style>
a { background-color: #2B845F; }
a { background-color: rgb(43,132,95); }
div.DivClassName
{
background-color: #2B845F;
}
.BgClassName
{
background-color: #2B845F;
}
</style>
border-color css
<style>
span { border-color: #2B845F; }
span { border-color: rgb(43,132,95); }
td.TdClassName
{
border-color: #2B845F;
}
.TagClassName
{
border-color: #2B845F;
}
</style>