Shades of Sea Green #2B8449
Tints of Sea Green #2B8449
RGB
CMYK
RGB Variations
Color information
#2B8449 (or 0x2B8449) is known color: Sea Green. HEX triplet: 2B, 84 and 49. RGB value is (43,132,73). Sum of RGB (Red+Green+Blue) = 43+132+73=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8449 is #D47BB6. Grayscale: #626262. Windows color (decimal): -13925303 or 4817963. OLE color: 4817963.
HSL color Cylindrical-coordinate representation of color #2B8449: hue angle of 140.22º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8449 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 73 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.48 |
| HSL | 140.22º | 0.51% | 0.34% | - |
| HSV(B) | 140.22º | 0.67% | 0.52% | - |
| XYZ | 10.45 | 17.5 | 9.13 | - |
| YUV | 98.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 73 | 0.67 | 0 | 0.45 | 0.48 | 140.22 | 0.51 | 0.34 |
| Hex | 2B | 84 | 49 | 43 | 0 | 2D | 30 | 8C | 33 | 22 |
| Octal | 53 | 204 | 111 | 103 | 0 | 55 | 60 | 214 | 63 | 42 |
| Binary | 101011 | 10000100 | 1001001 | 1000011 | 0 | 101101 | 110000 | 10001100 | 110011 | 100010 |
Color Harmonies of #2B8449
Complementary color
Monochromatic Colors of #2B8449
Black with #2B8449
Text Example
Text Example
White with #2B8449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8449; }
p { color: rgb(43,132,73); }
H1.HeaderClassName
{
color: #2B8449;
}
.AnyTagClassName
{
color: #2B8449;
}
</style>
background-color css
<style>
a { background-color: #2B8449; }
a { background-color: rgb(43,132,73); }
div.DivClassName
{
background-color: #2B8449;
}
.BgClassName
{
background-color: #2B8449;
}
</style>
border-color css
<style>
span { border-color: #2B8449; }
span { border-color: rgb(43,132,73); }
td.TdClassName
{
border-color: #2B8449;
}
.TagClassName
{
border-color: #2B8449;
}
</style>