Shades of Sea Green #2B8954
Tints of Sea Green #2B8954
RGB
CMYK
RGB Variations
Color information
#2B8954 (or 0x2B8954) is known color: Sea Green. HEX triplet: 2B, 89 and 54. RGB value is (43,137,84). Sum of RGB (Red+Green+Blue) = 43+137+84=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8954 is #D476AB. Grayscale: #666666. Windows color (decimal): -13924012 or 5540139. OLE color: 5540139.
HSL color Cylindrical-coordinate representation of color #2B8954: hue angle of 146.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8954 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 84 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.46 |
| HSL | 146.17º | 0.52% | 0.35% | - |
| HSV(B) | 146.17º | 0.69% | 0.54% | - |
| XYZ | 11.54 | 19.05 | 11.46 | - |
| YUV | 102.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 84 | 0.69 | 0 | 0.39 | 0.46 | 146.17 | 0.52 | 0.35 |
| Hex | 2B | 89 | 54 | 45 | 0 | 27 | 2E | 92 | 34 | 23 |
| Octal | 53 | 211 | 124 | 105 | 0 | 47 | 56 | 222 | 64 | 43 |
| Binary | 101011 | 10001001 | 1010100 | 1000101 | 0 | 100111 | 101110 | 10010010 | 110100 | 100011 |
Color Harmonies of #2B8954
Complementary color
Monochromatic Colors of #2B8954
Black with #2B8954
Text Example
Text Example
White with #2B8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8954; }
p { color: rgb(43,137,84); }
H1.HeaderClassName
{
color: #2B8954;
}
.AnyTagClassName
{
color: #2B8954;
}
</style>
background-color css
<style>
a { background-color: #2B8954; }
a { background-color: rgb(43,137,84); }
div.DivClassName
{
background-color: #2B8954;
}
.BgClassName
{
background-color: #2B8954;
}
</style>
border-color css
<style>
span { border-color: #2B8954; }
span { border-color: rgb(43,137,84); }
td.TdClassName
{
border-color: #2B8954;
}
.TagClassName
{
border-color: #2B8954;
}
</style>