Shades of Sea Green #2B9359
Tints of Sea Green #2B9359
RGB
CMYK
RGB Variations
Color information
#2B9359 (or 0x2B9359) is known color: Sea Green. HEX triplet: 2B, 93 and 59. RGB value is (43,147,89). Sum of RGB (Red+Green+Blue) = 43+147+89=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9359 is #D46CA6. Grayscale: #6D6D6D. Windows color (decimal): -13921447 or 5870379. OLE color: 5870379.
HSL color Cylindrical-coordinate representation of color #2B9359: hue angle of 146.54º 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 #2B9359 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 89 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.42 |
| HSL | 146.54º | 0.55% | 0.37% | - |
| HSV(B) | 146.54º | 0.71% | 0.58% | - |
| XYZ | 13.23 | 22.1 | 13.02 | - |
| YUV | 109.29 | 116.54 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 89 | 0.71 | 0 | 0.39 | 0.42 | 146.54 | 0.55 | 0.37 |
| Hex | 2B | 93 | 59 | 47 | 0 | 27 | 2A | 93 | 37 | 25 |
| Octal | 53 | 223 | 131 | 107 | 0 | 47 | 52 | 223 | 67 | 45 |
| Binary | 101011 | 10010011 | 1011001 | 1000111 | 0 | 100111 | 101010 | 10010011 | 110111 | 100101 |
Color Harmonies of #2B9359
Complementary color
Monochromatic Colors of #2B9359
Black with #2B9359
Text Example
Text Example
White with #2B9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9359; }
p { color: rgb(43,147,89); }
H1.HeaderClassName
{
color: #2B9359;
}
.AnyTagClassName
{
color: #2B9359;
}
</style>
background-color css
<style>
a { background-color: #2B9359; }
a { background-color: rgb(43,147,89); }
div.DivClassName
{
background-color: #2B9359;
}
.BgClassName
{
background-color: #2B9359;
}
</style>
border-color css
<style>
span { border-color: #2B9359; }
span { border-color: rgb(43,147,89); }
td.TdClassName
{
border-color: #2B9359;
}
.TagClassName
{
border-color: #2B9359;
}
</style>