Shades of Sea Green #2B8446
Tints of Sea Green #2B8446
RGB
CMYK
RGB Variations
Color information
#2B8446 (or 0x2B8446) is known color: Sea Green. HEX triplet: 2B, 84 and 46. RGB value is (43,132,70). Sum of RGB (Red+Green+Blue) = 43+132+70=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8446 is #D47BB9. Grayscale: #626262. Windows color (decimal): -13925306 or 4621355. OLE color: 4621355.
HSL color Cylindrical-coordinate representation of color #2B8446: hue angle of 138.2º 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 #2B8446 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 70 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.48 |
| HSL | 138.2º | 0.51% | 0.34% | - |
| HSV(B) | 138.2º | 0.67% | 0.52% | - |
| XYZ | 10.35 | 17.46 | 8.62 | - |
| YUV | 98.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 70 | 0.67 | 0 | 0.47 | 0.48 | 138.2 | 0.51 | 0.34 |
| Hex | 2B | 84 | 46 | 43 | 0 | 2F | 30 | 8A | 33 | 22 |
| Octal | 53 | 204 | 106 | 103 | 0 | 57 | 60 | 212 | 63 | 42 |
| Binary | 101011 | 10000100 | 1000110 | 1000011 | 0 | 101111 | 110000 | 10001010 | 110011 | 100010 |
Color Harmonies of #2B8446
Complementary color
Monochromatic Colors of #2B8446
Black with #2B8446
Text Example
Text Example
White with #2B8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8446; }
p { color: rgb(43,132,70); }
H1.HeaderClassName
{
color: #2B8446;
}
.AnyTagClassName
{
color: #2B8446;
}
</style>
background-color css
<style>
a { background-color: #2B8446; }
a { background-color: rgb(43,132,70); }
div.DivClassName
{
background-color: #2B8446;
}
.BgClassName
{
background-color: #2B8446;
}
</style>
border-color css
<style>
span { border-color: #2B8446; }
span { border-color: rgb(43,132,70); }
td.TdClassName
{
border-color: #2B8446;
}
.TagClassName
{
border-color: #2B8446;
}
</style>