Shades of Sea Green #2B9849
Tints of Sea Green #2B9849
RGB
CMYK
RGB Variations
Color information
#2B9849 (or 0x2B9849) is known color: Sea Green. HEX triplet: 2B, 98 and 49. RGB value is (43,152,73). Sum of RGB (Red+Green+Blue) = 43+152+73=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9849 is #D467B6. Grayscale: #6E6E6E. Windows color (decimal): -13920183 or 4823083. OLE color: 4823083.
HSL color Cylindrical-coordinate representation of color #2B9849: hue angle of 136.51º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9849 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 73 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.40 |
| HSL | 136.51º | 0.56% | 0.38% | - |
| HSV(B) | 136.51º | 0.72% | 0.6% | - |
| XYZ | 13.43 | 23.45 | 10.12 | - |
| YUV | 110.4 | 106.89 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 73 | 0.72 | 0 | 0.52 | 0.40 | 136.51 | 0.56 | 0.38 |
| Hex | 2B | 98 | 49 | 48 | 0 | 34 | 28 | 89 | 38 | 26 |
| Octal | 53 | 230 | 111 | 110 | 0 | 64 | 50 | 211 | 70 | 46 |
| Binary | 101011 | 10011000 | 1001001 | 1001000 | 0 | 110100 | 101000 | 10001001 | 111000 | 100110 |
Color Harmonies of #2B9849
Complementary color
Monochromatic Colors of #2B9849
Black with #2B9849
Text Example
Text Example
White with #2B9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9849; }
p { color: rgb(43,152,73); }
H1.HeaderClassName
{
color: #2B9849;
}
.AnyTagClassName
{
color: #2B9849;
}
</style>
background-color css
<style>
a { background-color: #2B9849; }
a { background-color: rgb(43,152,73); }
div.DivClassName
{
background-color: #2B9849;
}
.BgClassName
{
background-color: #2B9849;
}
</style>
border-color css
<style>
span { border-color: #2B9849; }
span { border-color: rgb(43,152,73); }
td.TdClassName
{
border-color: #2B9849;
}
.TagClassName
{
border-color: #2B9849;
}
</style>