Shades of Sea Green #2B9353
Tints of Sea Green #2B9353
RGB
CMYK
RGB Variations
Color information
#2B9353 (or 0x2B9353) is known color: Sea Green. HEX triplet: 2B, 93 and 53. RGB value is (43,147,83). Sum of RGB (Red+Green+Blue) = 43+147+83=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9353 is #D46CAC. Grayscale: #6C6C6C. Windows color (decimal): -13921453 or 5477163. OLE color: 5477163.
HSL color Cylindrical-coordinate representation of color #2B9353: hue angle of 143.08º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9353 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 83 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.42 |
| HSL | 143.08º | 0.55% | 0.37% | - |
| HSV(B) | 143.08º | 0.71% | 0.58% | - |
| XYZ | 12.99 | 22.01 | 11.75 | - |
| YUV | 108.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 83 | 0.71 | 0 | 0.44 | 0.42 | 143.08 | 0.55 | 0.37 |
| Hex | 2B | 93 | 53 | 47 | 0 | 2C | 2A | 8F | 37 | 25 |
| Octal | 53 | 223 | 123 | 107 | 0 | 54 | 52 | 217 | 67 | 45 |
| Binary | 101011 | 10010011 | 1010011 | 1000111 | 0 | 101100 | 101010 | 10001111 | 110111 | 100101 |
Color Harmonies of #2B9353
Complementary color
Monochromatic Colors of #2B9353
Black with #2B9353
Text Example
Text Example
White with #2B9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9353; }
p { color: rgb(43,147,83); }
H1.HeaderClassName
{
color: #2B9353;
}
.AnyTagClassName
{
color: #2B9353;
}
</style>
background-color css
<style>
a { background-color: #2B9353; }
a { background-color: rgb(43,147,83); }
div.DivClassName
{
background-color: #2B9353;
}
.BgClassName
{
background-color: #2B9353;
}
</style>
border-color css
<style>
span { border-color: #2B9353; }
span { border-color: rgb(43,147,83); }
td.TdClassName
{
border-color: #2B9353;
}
.TagClassName
{
border-color: #2B9353;
}
</style>