Shades of Sea Green #2B984C
Tints of Sea Green #2B984C
RGB
CMYK
RGB Variations
Color information
#2B984C (or 0x2B984C) is known color: Sea Green. HEX triplet: 2B, 98 and 4C. RGB value is (43,152,76). Sum of RGB (Red+Green+Blue) = 43+152+76=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #2B984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B984C is #D467B3. Grayscale: #6E6E6E. Windows color (decimal): -13920180 or 5019691. OLE color: 5019691.
HSL color Cylindrical-coordinate representation of color #2B984C: hue angle of 138.17º 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 #2B984C is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 76 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.40 |
| HSL | 138.17º | 0.56% | 0.38% | - |
| HSV(B) | 138.17º | 0.72% | 0.6% | - |
| XYZ | 13.53 | 23.49 | 10.66 | - |
| YUV | 110.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 76 | 0.72 | 0 | 0.50 | 0.40 | 138.17 | 0.56 | 0.38 |
| Hex | 2B | 98 | 4C | 48 | 0 | 32 | 28 | 8A | 38 | 26 |
| Octal | 53 | 230 | 114 | 110 | 0 | 62 | 50 | 212 | 70 | 46 |
| Binary | 101011 | 10011000 | 1001100 | 1001000 | 0 | 110010 | 101000 | 10001010 | 111000 | 100110 |
Color Harmonies of #2B984C
Complementary color
Monochromatic Colors of #2B984C
Black with #2B984C
Text Example
Text Example
White with #2B984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B984C; }
p { color: rgb(43,152,76); }
H1.HeaderClassName
{
color: #2B984C;
}
.AnyTagClassName
{
color: #2B984C;
}
</style>
background-color css
<style>
a { background-color: #2B984C; }
a { background-color: rgb(43,152,76); }
div.DivClassName
{
background-color: #2B984C;
}
.BgClassName
{
background-color: #2B984C;
}
</style>
border-color css
<style>
span { border-color: #2B984C; }
span { border-color: rgb(43,152,76); }
td.TdClassName
{
border-color: #2B984C;
}
.TagClassName
{
border-color: #2B984C;
}
</style>