Shades of Sea Green #2B8254
Tints of Sea Green #2B8254
RGB
CMYK
RGB Variations
Color information
#2B8254 (or 0x2B8254) is known color: Sea Green. HEX triplet: 2B, 82 and 54. RGB value is (43,130,84). Sum of RGB (Red+Green+Blue) = 43+130+84=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8254 is #D47DAB. Grayscale: #626262. Windows color (decimal): -13925804 or 5538347. OLE color: 5538347.
HSL color Cylindrical-coordinate representation of color #2B8254: hue angle of 148.28º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8254 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 84 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.49 |
| HSL | 148.28º | 0.5% | 0.34% | - |
| HSV(B) | 148.28º | 0.67% | 0.51% | - |
| XYZ | 10.58 | 17.12 | 11.13 | - |
| YUV | 98.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 84 | 0.67 | 0 | 0.35 | 0.49 | 148.28 | 0.5 | 0.34 |
| Hex | 2B | 82 | 54 | 43 | 0 | 23 | 31 | 94 | 32 | 22 |
| Octal | 53 | 202 | 124 | 103 | 0 | 43 | 61 | 224 | 62 | 42 |
| Binary | 101011 | 10000010 | 1010100 | 1000011 | 0 | 100011 | 110001 | 10010100 | 110010 | 100010 |
Color Harmonies of #2B8254
Complementary color
Monochromatic Colors of #2B8254
Black with #2B8254
Text Example
Text Example
White with #2B8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8254; }
p { color: rgb(43,130,84); }
H1.HeaderClassName
{
color: #2B8254;
}
.AnyTagClassName
{
color: #2B8254;
}
</style>
background-color css
<style>
a { background-color: #2B8254; }
a { background-color: rgb(43,130,84); }
div.DivClassName
{
background-color: #2B8254;
}
.BgClassName
{
background-color: #2B8254;
}
</style>
border-color css
<style>
span { border-color: #2B8254; }
span { border-color: rgb(43,130,84); }
td.TdClassName
{
border-color: #2B8254;
}
.TagClassName
{
border-color: #2B8254;
}
</style>