Shades of Sea Green #2B804D
Tints of Sea Green #2B804D
RGB
CMYK
RGB Variations
Color information
#2B804D (or 0x2B804D) is known color: Sea Green. HEX triplet: 2B, 80 and 4D. RGB value is (43,128,77). Sum of RGB (Red+Green+Blue) = 43+128+77=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #2B804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B804D is #D47FB2. Grayscale: #606060. Windows color (decimal): -13926323 or 5079083. OLE color: 5079083.
HSL color Cylindrical-coordinate representation of color #2B804D: hue angle of 144º 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 #2B804D is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 77 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.50 |
| HSL | 144º | 0.5% | 0.34% | - |
| HSV(B) | 144º | 0.66% | 0.5% | - |
| XYZ | 10.05 | 16.49 | 9.67 | - |
| YUV | 96.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 77 | 0.66 | 0 | 0.40 | 0.50 | 144 | 0.5 | 0.34 |
| Hex | 2B | 80 | 4D | 42 | 0 | 28 | 32 | 90 | 32 | 22 |
| Octal | 53 | 200 | 115 | 102 | 0 | 50 | 62 | 220 | 62 | 42 |
| Binary | 101011 | 10000000 | 1001101 | 1000010 | 0 | 101000 | 110010 | 10010000 | 110010 | 100010 |
Color Harmonies of #2B804D
Complementary color
Monochromatic Colors of #2B804D
Black with #2B804D
Text Example
Text Example
White with #2B804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B804D; }
p { color: rgb(43,128,77); }
H1.HeaderClassName
{
color: #2B804D;
}
.AnyTagClassName
{
color: #2B804D;
}
</style>
background-color css
<style>
a { background-color: #2B804D; }
a { background-color: rgb(43,128,77); }
div.DivClassName
{
background-color: #2B804D;
}
.BgClassName
{
background-color: #2B804D;
}
</style>
border-color css
<style>
span { border-color: #2B804D; }
span { border-color: rgb(43,128,77); }
td.TdClassName
{
border-color: #2B804D;
}
.TagClassName
{
border-color: #2B804D;
}
</style>