Shades of Sea Green #2B8055
Tints of Sea Green #2B8055
RGB
CMYK
RGB Variations
Color information
#2B8055 (or 0x2B8055) is known color: Sea Green. HEX triplet: 2B, 80 and 55. RGB value is (43,128,85). Sum of RGB (Red+Green+Blue) = 43+128+85=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8055 is #D47FAA. Grayscale: #616161. Windows color (decimal): -13926315 or 5603371. OLE color: 5603371.
HSL color Cylindrical-coordinate representation of color #2B8055: hue angle of 149.65º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B8055 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 85 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.50 |
| HSL | 149.65º | 0.5% | 0.34% | - |
| HSV(B) | 149.65º | 0.66% | 0.5% | - |
| XYZ | 10.36 | 16.61 | 11.25 | - |
| YUV | 97.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 85 | 0.66 | 0 | 0.34 | 0.50 | 149.65 | 0.5 | 0.34 |
| Hex | 2B | 80 | 55 | 42 | 0 | 22 | 32 | 96 | 32 | 22 |
| Octal | 53 | 200 | 125 | 102 | 0 | 42 | 62 | 226 | 62 | 42 |
| Binary | 101011 | 10000000 | 1010101 | 1000010 | 0 | 100010 | 110010 | 10010110 | 110010 | 100010 |
Color Harmonies of #2B8055
Complementary color
Monochromatic Colors of #2B8055
Black with #2B8055
Text Example
Text Example
White with #2B8055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8055; }
p { color: rgb(43,128,85); }
H1.HeaderClassName
{
color: #2B8055;
}
.AnyTagClassName
{
color: #2B8055;
}
</style>
background-color css
<style>
a { background-color: #2B8055; }
a { background-color: rgb(43,128,85); }
div.DivClassName
{
background-color: #2B8055;
}
.BgClassName
{
background-color: #2B8055;
}
</style>
border-color css
<style>
span { border-color: #2B8055; }
span { border-color: rgb(43,128,85); }
td.TdClassName
{
border-color: #2B8055;
}
.TagClassName
{
border-color: #2B8055;
}
</style>