Shades of Sea Green #2B8F58
Tints of Sea Green #2B8F58
RGB
CMYK
RGB Variations
Color information
#2B8F58 (or 0x2B8F58) is known color: Sea Green. HEX triplet: 2B, 8F and 58. RGB value is (43,143,88). Sum of RGB (Red+Green+Blue) = 43+143+88=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8F58 is #D470A7. Grayscale: #6A6A6A. Windows color (decimal): -13922472 or 5803819. OLE color: 5803819.
HSL color Cylindrical-coordinate representation of color #2B8F58: hue angle of 147º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F58 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 143 | 88 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.44 |
| HSL | 147º | 0.54% | 0.36% | - |
| HSV(B) | 147º | 0.7% | 0.56% | - |
| XYZ | 12.58 | 20.86 | 12.6 | - |
| YUV | 106.83 | 117.37 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 88 | 0.70 | 0 | 0.38 | 0.44 | 147 | 0.54 | 0.36 |
| Hex | 2B | 8F | 58 | 46 | 0 | 26 | 2C | 93 | 36 | 24 |
| Octal | 53 | 217 | 130 | 106 | 0 | 46 | 54 | 223 | 66 | 44 |
| Binary | 101011 | 10001111 | 1011000 | 1000110 | 0 | 100110 | 101100 | 10010011 | 110110 | 100100 |
Color Harmonies of #2B8F58
Complementary color
Monochromatic Colors of #2B8F58
Black with #2B8F58
Text Example
Text Example
White with #2B8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F58; }
p { color: rgb(43,143,88); }
H1.HeaderClassName
{
color: #2B8F58;
}
.AnyTagClassName
{
color: #2B8F58;
}
</style>
background-color css
<style>
a { background-color: #2B8F58; }
a { background-color: rgb(43,143,88); }
div.DivClassName
{
background-color: #2B8F58;
}
.BgClassName
{
background-color: #2B8F58;
}
</style>
border-color css
<style>
span { border-color: #2B8F58; }
span { border-color: rgb(43,143,88); }
td.TdClassName
{
border-color: #2B8F58;
}
.TagClassName
{
border-color: #2B8F58;
}
</style>