Shades of Sea Green #2B9249
Tints of Sea Green #2B9249
RGB
CMYK
RGB Variations
Color information
#2B9249 (or 0x2B9249) is known color: Sea Green. HEX triplet: 2B, 92 and 49. RGB value is (43,146,73). Sum of RGB (Red+Green+Blue) = 43+146+73=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9249 is #D46DB6. Grayscale: #6B6B6B. Windows color (decimal): -13921719 or 4821547. OLE color: 4821547.
HSL color Cylindrical-coordinate representation of color #2B9249: hue angle of 137.48º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9249 is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 73 | - |
| CMYK | 0.71 | 0 | 0.5 | 0.43 |
| HSL | 137.48º | 0.54% | 0.37% | - |
| HSV(B) | 137.48º | 0.71% | 0.57% | - |
| XYZ | 12.48 | 21.55 | 9.81 | - |
| YUV | 106.88 | 108.88 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 73 | 0.71 | 0 | 0.5 | 0.43 | 137.48 | 0.54 | 0.37 |
| Hex | 2B | 92 | 49 | 47 | 0 | 32 | 2B | 89 | 36 | 25 |
| Octal | 53 | 222 | 111 | 107 | 0 | 62 | 53 | 211 | 66 | 45 |
| Binary | 101011 | 10010010 | 1001001 | 1000111 | 0 | 110010 | 101011 | 10001001 | 110110 | 100101 |
Color Harmonies of #2B9249
Complementary color
Monochromatic Colors of #2B9249
Black with #2B9249
Text Example
Text Example
White with #2B9249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9249; }
p { color: rgb(43,146,73); }
H1.HeaderClassName
{
color: #2B9249;
}
.AnyTagClassName
{
color: #2B9249;
}
</style>
background-color css
<style>
a { background-color: #2B9249; }
a { background-color: rgb(43,146,73); }
div.DivClassName
{
background-color: #2B9249;
}
.BgClassName
{
background-color: #2B9249;
}
</style>
border-color css
<style>
span { border-color: #2B9249; }
span { border-color: rgb(43,146,73); }
td.TdClassName
{
border-color: #2B9249;
}
.TagClassName
{
border-color: #2B9249;
}
</style>