Shades of Sea Green #2B805D
Tints of Sea Green #2B805D
RGB
CMYK
RGB Variations
Color information
#2B805D (or 0x2B805D) is known color: Sea Green. HEX triplet: 2B, 80 and 5D. RGB value is (43,128,93). Sum of RGB (Red+Green+Blue) = 43+128+93=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #2B805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B805D is #D47FA2. Grayscale: #626262. Windows color (decimal): -13926307 or 6127659. OLE color: 6127659.
HSL color Cylindrical-coordinate representation of color #2B805D: hue angle of 155.29º 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 #2B805D is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 93 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.50 |
| HSL | 155.29º | 0.5% | 0.34% | - |
| HSV(B) | 155.29º | 0.66% | 0.5% | - |
| XYZ | 10.69 | 16.74 | 13.02 | - |
| YUV | 98.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 93 | 0.66 | 0 | 0.27 | 0.50 | 155.29 | 0.5 | 0.34 |
| Hex | 2B | 80 | 5D | 42 | 0 | 1B | 32 | 9B | 32 | 22 |
| Octal | 53 | 200 | 135 | 102 | 0 | 33 | 62 | 233 | 62 | 42 |
| Binary | 101011 | 10000000 | 1011101 | 1000010 | 0 | 11011 | 110010 | 10011011 | 110010 | 100010 |
Color Harmonies of #2B805D
Complementary color
Monochromatic Colors of #2B805D
Black with #2B805D
Text Example
Text Example
White with #2B805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B805D; }
p { color: rgb(43,128,93); }
H1.HeaderClassName
{
color: #2B805D;
}
.AnyTagClassName
{
color: #2B805D;
}
</style>
background-color css
<style>
a { background-color: #2B805D; }
a { background-color: rgb(43,128,93); }
div.DivClassName
{
background-color: #2B805D;
}
.BgClassName
{
background-color: #2B805D;
}
</style>
border-color css
<style>
span { border-color: #2B805D; }
span { border-color: rgb(43,128,93); }
td.TdClassName
{
border-color: #2B805D;
}
.TagClassName
{
border-color: #2B805D;
}
</style>