Shades of Sea Green #2B9146
Tints of Sea Green #2B9146
RGB
CMYK
RGB Variations
Color information
#2B9146 (or 0x2B9146) is known color: Sea Green. HEX triplet: 2B, 91 and 46. RGB value is (43,145,70). Sum of RGB (Red+Green+Blue) = 43+145+70=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9146 is #D46EB9. Grayscale: #6A6A6A. Windows color (decimal): -13921978 or 4624683. OLE color: 4624683.
HSL color Cylindrical-coordinate representation of color #2B9146: hue angle of 135.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9146 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 70 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.43 |
| HSL | 135.88º | 0.54% | 0.37% | - |
| HSV(B) | 135.88º | 0.7% | 0.57% | - |
| XYZ | 12.23 | 21.21 | 9.24 | - |
| YUV | 105.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 70 | 0.70 | 0 | 0.52 | 0.43 | 135.88 | 0.54 | 0.37 |
| Hex | 2B | 91 | 46 | 46 | 0 | 34 | 2B | 88 | 36 | 25 |
| Octal | 53 | 221 | 106 | 106 | 0 | 64 | 53 | 210 | 66 | 45 |
| Binary | 101011 | 10010001 | 1000110 | 1000110 | 0 | 110100 | 101011 | 10001000 | 110110 | 100101 |
Color Harmonies of #2B9146
Complementary color
Monochromatic Colors of #2B9146
Black with #2B9146
Text Example
Text Example
White with #2B9146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9146; }
p { color: rgb(43,145,70); }
H1.HeaderClassName
{
color: #2B9146;
}
.AnyTagClassName
{
color: #2B9146;
}
</style>
background-color css
<style>
a { background-color: #2B9146; }
a { background-color: rgb(43,145,70); }
div.DivClassName
{
background-color: #2B9146;
}
.BgClassName
{
background-color: #2B9146;
}
</style>
border-color css
<style>
span { border-color: #2B9146; }
span { border-color: rgb(43,145,70); }
td.TdClassName
{
border-color: #2B9146;
}
.TagClassName
{
border-color: #2B9146;
}
</style>