Shades of Sea Green #2B9649
Tints of Sea Green #2B9649
RGB
CMYK
RGB Variations
Color information
#2B9649 (or 0x2B9649) is known color: Sea Green. HEX triplet: 2B, 96 and 49. RGB value is (43,150,73). Sum of RGB (Red+Green+Blue) = 43+150+73=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9649 is #D469B6. Grayscale: #6D6D6D. Windows color (decimal): -13920695 or 4822571. OLE color: 4822571.
HSL color Cylindrical-coordinate representation of color #2B9649: hue angle of 136.82º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9649 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 73 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.41 |
| HSL | 136.82º | 0.55% | 0.38% | - |
| HSV(B) | 136.82º | 0.71% | 0.59% | - |
| XYZ | 13.11 | 22.81 | 10.01 | - |
| YUV | 109.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 73 | 0.71 | 0 | 0.51 | 0.41 | 136.82 | 0.55 | 0.38 |
| Hex | 2B | 96 | 49 | 47 | 0 | 33 | 29 | 89 | 37 | 26 |
| Octal | 53 | 226 | 111 | 107 | 0 | 63 | 51 | 211 | 67 | 46 |
| Binary | 101011 | 10010110 | 1001001 | 1000111 | 0 | 110011 | 101001 | 10001001 | 110111 | 100110 |
Color Harmonies of #2B9649
Complementary color
Monochromatic Colors of #2B9649
Black with #2B9649
Text Example
Text Example
White with #2B9649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9649; }
p { color: rgb(43,150,73); }
H1.HeaderClassName
{
color: #2B9649;
}
.AnyTagClassName
{
color: #2B9649;
}
</style>
background-color css
<style>
a { background-color: #2B9649; }
a { background-color: rgb(43,150,73); }
div.DivClassName
{
background-color: #2B9649;
}
.BgClassName
{
background-color: #2B9649;
}
</style>
border-color css
<style>
span { border-color: #2B9649; }
span { border-color: rgb(43,150,73); }
td.TdClassName
{
border-color: #2B9649;
}
.TagClassName
{
border-color: #2B9649;
}
</style>