Shades of Sea Green #2B9741
Tints of Sea Green #2B9741
RGB
CMYK
RGB Variations
Color information
#2B9741 (or 0x2B9741) is known color: Sea Green. HEX triplet: 2B, 97 and 41. RGB value is (43,151,65). Sum of RGB (Red+Green+Blue) = 43+151+65=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #2B9741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9741 is #D468BE. Grayscale: #6D6D6D. Windows color (decimal): -13920447 or 4298539. OLE color: 4298539.
HSL color Cylindrical-coordinate representation of color #2B9741: hue angle of 132.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9741 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 151 | 65 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.41 |
| HSL | 132.22º | 0.56% | 0.38% | - |
| HSV(B) | 132.22º | 0.72% | 0.59% | - |
| XYZ | 13.02 | 23.03 | 8.76 | - |
| YUV | 108.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 65 | 0.72 | 0 | 0.57 | 0.41 | 132.22 | 0.56 | 0.38 |
| Hex | 2B | 97 | 41 | 48 | 0 | 39 | 29 | 84 | 38 | 26 |
| Octal | 53 | 227 | 101 | 110 | 0 | 71 | 51 | 204 | 70 | 46 |
| Binary | 101011 | 10010111 | 1000001 | 1001000 | 0 | 111001 | 101001 | 10000100 | 111000 | 100110 |
Color Harmonies of #2B9741
Complementary color
Monochromatic Colors of #2B9741
Black with #2B9741
Text Example
Text Example
White with #2B9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9741; }
p { color: rgb(43,151,65); }
H1.HeaderClassName
{
color: #2B9741;
}
.AnyTagClassName
{
color: #2B9741;
}
</style>
background-color css
<style>
a { background-color: #2B9741; }
a { background-color: rgb(43,151,65); }
div.DivClassName
{
background-color: #2B9741;
}
.BgClassName
{
background-color: #2B9741;
}
</style>
border-color css
<style>
span { border-color: #2B9741; }
span { border-color: rgb(43,151,65); }
td.TdClassName
{
border-color: #2B9741;
}
.TagClassName
{
border-color: #2B9741;
}
</style>