Shades of Sea Green #2B9946
Tints of Sea Green #2B9946
RGB
CMYK
RGB Variations
Color information
#2B9946 (or 0x2B9946) is known color: Sea Green. HEX triplet: 2B, 99 and 46. RGB value is (43,153,70). Sum of RGB (Red+Green+Blue) = 43+153+70=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9946 is #D466B9. Grayscale: #6E6E6E. Windows color (decimal): -13919930 or 4626731. OLE color: 4626731.
HSL color Cylindrical-coordinate representation of color #2B9946: hue angle of 134.73º 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 #2B9946 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 70 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.4 |
| HSL | 134.73º | 0.56% | 0.38% | - |
| HSV(B) | 134.73º | 0.72% | 0.6% | - |
| XYZ | 13.49 | 23.74 | 9.67 | - |
| YUV | 110.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 70 | 0.72 | 0 | 0.54 | 0.4 | 134.73 | 0.56 | 0.38 |
| Hex | 2B | 99 | 46 | 48 | 0 | 36 | 28 | 87 | 38 | 26 |
| Octal | 53 | 231 | 106 | 110 | 0 | 66 | 50 | 207 | 70 | 46 |
| Binary | 101011 | 10011001 | 1000110 | 1001000 | 0 | 110110 | 101000 | 10000111 | 111000 | 100110 |
Color Harmonies of #2B9946
Complementary color
Monochromatic Colors of #2B9946
Black with #2B9946
Text Example
Text Example
White with #2B9946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9946; }
p { color: rgb(43,153,70); }
H1.HeaderClassName
{
color: #2B9946;
}
.AnyTagClassName
{
color: #2B9946;
}
</style>
background-color css
<style>
a { background-color: #2B9946; }
a { background-color: rgb(43,153,70); }
div.DivClassName
{
background-color: #2B9946;
}
.BgClassName
{
background-color: #2B9946;
}
</style>
border-color css
<style>
span { border-color: #2B9946; }
span { border-color: rgb(43,153,70); }
td.TdClassName
{
border-color: #2B9946;
}
.TagClassName
{
border-color: #2B9946;
}
</style>