Shades of Sea Green #2B8F46
Tints of Sea Green #2B8F46
RGB
CMYK
RGB Variations
Color information
#2B8F46 (or 0x2B8F46) is known color: Sea Green. HEX triplet: 2B, 8F and 46. RGB value is (43,143,70). Sum of RGB (Red+Green+Blue) = 43+143+70=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8F46 is #D470B9. Grayscale: #686868. Windows color (decimal): -13922490 or 4624171. OLE color: 4624171.
HSL color Cylindrical-coordinate representation of color #2B8F46: hue angle of 136.2º 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 #2B8F46 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 143 | 70 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.44 |
| HSL | 136.2º | 0.54% | 0.36% | - |
| HSV(B) | 136.2º | 0.7% | 0.56% | - |
| XYZ | 11.92 | 20.6 | 9.14 | - |
| YUV | 104.78 | 108.37 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 70 | 0.70 | 0 | 0.51 | 0.44 | 136.2 | 0.54 | 0.36 |
| Hex | 2B | 8F | 46 | 46 | 0 | 33 | 2C | 88 | 36 | 24 |
| Octal | 53 | 217 | 106 | 106 | 0 | 63 | 54 | 210 | 66 | 44 |
| Binary | 101011 | 10001111 | 1000110 | 1000110 | 0 | 110011 | 101100 | 10001000 | 110110 | 100100 |
Color Harmonies of #2B8F46
Complementary color
Monochromatic Colors of #2B8F46
Black with #2B8F46
Text Example
Text Example
White with #2B8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F46; }
p { color: rgb(43,143,70); }
H1.HeaderClassName
{
color: #2B8F46;
}
.AnyTagClassName
{
color: #2B8F46;
}
</style>
background-color css
<style>
a { background-color: #2B8F46; }
a { background-color: rgb(43,143,70); }
div.DivClassName
{
background-color: #2B8F46;
}
.BgClassName
{
background-color: #2B8F46;
}
</style>
border-color css
<style>
span { border-color: #2B8F46; }
span { border-color: rgb(43,143,70); }
td.TdClassName
{
border-color: #2B8F46;
}
.TagClassName
{
border-color: #2B8F46;
}
</style>