Shades of Sea Green #2B944A
Tints of Sea Green #2B944A
RGB
CMYK
RGB Variations
Color information
#2B944A (or 0x2B944A) is known color: Sea Green. HEX triplet: 2B, 94 and 4A. RGB value is (43,148,74). Sum of RGB (Red+Green+Blue) = 43+148+74=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #2B944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B944A is #D46BB5. Grayscale: #6C6C6C. Windows color (decimal): -13921206 or 4887595. OLE color: 4887595.
HSL color Cylindrical-coordinate representation of color #2B944A: hue angle of 137.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B944A is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 74 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.42 |
| HSL | 137.71º | 0.55% | 0.37% | - |
| HSV(B) | 137.71º | 0.71% | 0.58% | - |
| XYZ | 12.82 | 22.19 | 10.09 | - |
| YUV | 108.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 74 | 0.71 | 0 | 0.50 | 0.42 | 137.71 | 0.55 | 0.37 |
| Hex | 2B | 94 | 4A | 47 | 0 | 32 | 2A | 8A | 37 | 25 |
| Octal | 53 | 224 | 112 | 107 | 0 | 62 | 52 | 212 | 67 | 45 |
| Binary | 101011 | 10010100 | 1001010 | 1000111 | 0 | 110010 | 101010 | 10001010 | 110111 | 100101 |
Color Harmonies of #2B944A
Complementary color
Monochromatic Colors of #2B944A
Black with #2B944A
Text Example
Text Example
White with #2B944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B944A; }
p { color: rgb(43,148,74); }
H1.HeaderClassName
{
color: #2B944A;
}
.AnyTagClassName
{
color: #2B944A;
}
</style>
background-color css
<style>
a { background-color: #2B944A; }
a { background-color: rgb(43,148,74); }
div.DivClassName
{
background-color: #2B944A;
}
.BgClassName
{
background-color: #2B944A;
}
</style>
border-color css
<style>
span { border-color: #2B944A; }
span { border-color: rgb(43,148,74); }
td.TdClassName
{
border-color: #2B944A;
}
.TagClassName
{
border-color: #2B944A;
}
</style>