Shades of Sea Green #2B8359
Tints of Sea Green #2B8359
RGB
CMYK
RGB Variations
Color information
#2B8359 (or 0x2B8359) is known color: Sea Green. HEX triplet: 2B, 83 and 59. RGB value is (43,131,89). Sum of RGB (Red+Green+Blue) = 43+131+89=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8359 is #D47CA6. Grayscale: #636363. Windows color (decimal): -13925543 or 5866283. OLE color: 5866283.
HSL color Cylindrical-coordinate representation of color #2B8359: hue angle of 151.36º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8359 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 89 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.49 |
| HSL | 151.36º | 0.51% | 0.34% | - |
| HSV(B) | 151.36º | 0.67% | 0.51% | - |
| XYZ | 10.92 | 17.47 | 12.25 | - |
| YUV | 99.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 89 | 0.67 | 0 | 0.32 | 0.49 | 151.36 | 0.51 | 0.34 |
| Hex | 2B | 83 | 59 | 43 | 0 | 20 | 31 | 97 | 33 | 22 |
| Octal | 53 | 203 | 131 | 103 | 0 | 40 | 61 | 227 | 63 | 42 |
| Binary | 101011 | 10000011 | 1011001 | 1000011 | 0 | 100000 | 110001 | 10010111 | 110011 | 100010 |
Color Harmonies of #2B8359
Complementary color
Monochromatic Colors of #2B8359
Black with #2B8359
Text Example
Text Example
White with #2B8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8359; }
p { color: rgb(43,131,89); }
H1.HeaderClassName
{
color: #2B8359;
}
.AnyTagClassName
{
color: #2B8359;
}
</style>
background-color css
<style>
a { background-color: #2B8359; }
a { background-color: rgb(43,131,89); }
div.DivClassName
{
background-color: #2B8359;
}
.BgClassName
{
background-color: #2B8359;
}
</style>
border-color css
<style>
span { border-color: #2B8359; }
span { border-color: rgb(43,131,89); }
td.TdClassName
{
border-color: #2B8359;
}
.TagClassName
{
border-color: #2B8359;
}
</style>