Shades of Sea Green #2B8552
Tints of Sea Green #2B8552
RGB
CMYK
RGB Variations
Color information
#2B8552 (or 0x2B8552) is known color: Sea Green. HEX triplet: 2B, 85 and 52. RGB value is (43,133,82). Sum of RGB (Red+Green+Blue) = 43+133+82=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8552 is #D47AAD. Grayscale: #646464. Windows color (decimal): -13925038 or 5408043. OLE color: 5408043.
HSL color Cylindrical-coordinate representation of color #2B8552: hue angle of 146º 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 #2B8552 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 82 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.48 |
| HSL | 146º | 0.51% | 0.35% | - |
| HSV(B) | 146º | 0.68% | 0.52% | - |
| XYZ | 10.91 | 17.9 | 10.86 | - |
| YUV | 100.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 82 | 0.68 | 0 | 0.38 | 0.48 | 146 | 0.51 | 0.35 |
| Hex | 2B | 85 | 52 | 44 | 0 | 26 | 30 | 92 | 33 | 23 |
| Octal | 53 | 205 | 122 | 104 | 0 | 46 | 60 | 222 | 63 | 43 |
| Binary | 101011 | 10000101 | 1010010 | 1000100 | 0 | 100110 | 110000 | 10010010 | 110011 | 100011 |
Color Harmonies of #2B8552
Complementary color
Monochromatic Colors of #2B8552
Black with #2B8552
Text Example
Text Example
White with #2B8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8552; }
p { color: rgb(43,133,82); }
H1.HeaderClassName
{
color: #2B8552;
}
.AnyTagClassName
{
color: #2B8552;
}
</style>
background-color css
<style>
a { background-color: #2B8552; }
a { background-color: rgb(43,133,82); }
div.DivClassName
{
background-color: #2B8552;
}
.BgClassName
{
background-color: #2B8552;
}
</style>
border-color css
<style>
span { border-color: #2B8552; }
span { border-color: rgb(43,133,82); }
td.TdClassName
{
border-color: #2B8552;
}
.TagClassName
{
border-color: #2B8552;
}
</style>