Shades of Sea Green #2B9240
Tints of Sea Green #2B9240
RGB
CMYK
RGB Variations
Color information
#2B9240 (or 0x2B9240) is known color: Sea Green. HEX triplet: 2B, 92 and 40. RGB value is (43,146,64). Sum of RGB (Red+Green+Blue) = 43+146+64=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9240 is #D46DBF. Grayscale: #6A6A6A. Windows color (decimal): -13921728 or 4231723. OLE color: 4231723.
HSL color Cylindrical-coordinate representation of color #2B9240: hue angle of 132.23º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9240 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 64 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.43 |
| HSL | 132.23º | 0.54% | 0.37% | - |
| HSV(B) | 132.23º | 0.71% | 0.57% | - |
| XYZ | 12.2 | 21.44 | 8.35 | - |
| YUV | 105.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 64 | 0.71 | 0 | 0.56 | 0.43 | 132.23 | 0.54 | 0.37 |
| Hex | 2B | 92 | 40 | 47 | 0 | 38 | 2B | 84 | 36 | 25 |
| Octal | 53 | 222 | 100 | 107 | 0 | 70 | 53 | 204 | 66 | 45 |
| Binary | 101011 | 10010010 | 1000000 | 1000111 | 0 | 111000 | 101011 | 10000100 | 110110 | 100101 |
Color Harmonies of #2B9240
Complementary color
Monochromatic Colors of #2B9240
Black with #2B9240
Text Example
Text Example
White with #2B9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9240; }
p { color: rgb(43,146,64); }
H1.HeaderClassName
{
color: #2B9240;
}
.AnyTagClassName
{
color: #2B9240;
}
</style>
background-color css
<style>
a { background-color: #2B9240; }
a { background-color: rgb(43,146,64); }
div.DivClassName
{
background-color: #2B9240;
}
.BgClassName
{
background-color: #2B9240;
}
</style>
border-color css
<style>
span { border-color: #2B9240; }
span { border-color: rgb(43,146,64); }
td.TdClassName
{
border-color: #2B9240;
}
.TagClassName
{
border-color: #2B9240;
}
</style>