Shades of Sea Green #2B854D
Tints of Sea Green #2B854D
RGB
CMYK
RGB Variations
Color information
#2B854D (or 0x2B854D) is known color: Sea Green. HEX triplet: 2B, 85 and 4D. RGB value is (43,133,77). Sum of RGB (Red+Green+Blue) = 43+133+77=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #2B854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B854D is #D47AB2. Grayscale: #636363. Windows color (decimal): -13925043 or 5080363. OLE color: 5080363.
HSL color Cylindrical-coordinate representation of color #2B854D: hue angle of 142.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B854D is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 77 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.48 |
| HSL | 142.67º | 0.51% | 0.35% | - |
| HSV(B) | 142.67º | 0.68% | 0.52% | - |
| XYZ | 10.72 | 17.82 | 9.9 | - |
| YUV | 99.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 77 | 0.68 | 0 | 0.42 | 0.48 | 142.67 | 0.51 | 0.35 |
| Hex | 2B | 85 | 4D | 44 | 0 | 2A | 30 | 8F | 33 | 23 |
| Octal | 53 | 205 | 115 | 104 | 0 | 52 | 60 | 217 | 63 | 43 |
| Binary | 101011 | 10000101 | 1001101 | 1000100 | 0 | 101010 | 110000 | 10001111 | 110011 | 100011 |
Color Harmonies of #2B854D
Complementary color
Monochromatic Colors of #2B854D
Black with #2B854D
Text Example
Text Example
White with #2B854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B854D; }
p { color: rgb(43,133,77); }
H1.HeaderClassName
{
color: #2B854D;
}
.AnyTagClassName
{
color: #2B854D;
}
</style>
background-color css
<style>
a { background-color: #2B854D; }
a { background-color: rgb(43,133,77); }
div.DivClassName
{
background-color: #2B854D;
}
.BgClassName
{
background-color: #2B854D;
}
</style>
border-color css
<style>
span { border-color: #2B854D; }
span { border-color: rgb(43,133,77); }
td.TdClassName
{
border-color: #2B854D;
}
.TagClassName
{
border-color: #2B854D;
}
</style>