Shades of Sea Green #2B8F54
Tints of Sea Green #2B8F54
RGB
CMYK
RGB Variations
Color information
#2B8F54 (or 0x2B8F54) is known color: Sea Green. HEX triplet: 2B, 8F and 54. RGB value is (43,143,84). Sum of RGB (Red+Green+Blue) = 43+143+84=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8F54 is #D470AB. Grayscale: #6A6A6A. Windows color (decimal): -13922476 or 5541675. OLE color: 5541675.
HSL color Cylindrical-coordinate representation of color #2B8F54: hue angle of 144.6º 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 #2B8F54 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 143 | 84 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.44 |
| HSL | 144.6º | 0.54% | 0.36% | - |
| HSV(B) | 144.6º | 0.7% | 0.56% | - |
| XYZ | 12.42 | 20.8 | 11.75 | - |
| YUV | 106.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 84 | 0.70 | 0 | 0.41 | 0.44 | 144.6 | 0.54 | 0.36 |
| Hex | 2B | 8F | 54 | 46 | 0 | 29 | 2C | 91 | 36 | 24 |
| Octal | 53 | 217 | 124 | 106 | 0 | 51 | 54 | 221 | 66 | 44 |
| Binary | 101011 | 10001111 | 1010100 | 1000110 | 0 | 101001 | 101100 | 10010001 | 110110 | 100100 |
Color Harmonies of #2B8F54
Complementary color
Monochromatic Colors of #2B8F54
Black with #2B8F54
Text Example
Text Example
White with #2B8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F54; }
p { color: rgb(43,143,84); }
H1.HeaderClassName
{
color: #2B8F54;
}
.AnyTagClassName
{
color: #2B8F54;
}
</style>
background-color css
<style>
a { background-color: #2B8F54; }
a { background-color: rgb(43,143,84); }
div.DivClassName
{
background-color: #2B8F54;
}
.BgClassName
{
background-color: #2B8F54;
}
</style>
border-color css
<style>
span { border-color: #2B8F54; }
span { border-color: rgb(43,143,84); }
td.TdClassName
{
border-color: #2B8F54;
}
.TagClassName
{
border-color: #2B8F54;
}
</style>