Shades of Sea Green #2B805C
Tints of Sea Green #2B805C
RGB
CMYK
RGB Variations
Color information
#2B805C (or 0x2B805C) is known color: Sea Green. HEX triplet: 2B, 80 and 5C. RGB value is (43,128,92). Sum of RGB (Red+Green+Blue) = 43+128+92=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #2B805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B805C is #D47FA3. Grayscale: #626262. Windows color (decimal): -13926308 or 6062123. OLE color: 6062123.
HSL color Cylindrical-coordinate representation of color #2B805C: hue angle of 154.59º 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 #2B805C is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 92 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.50 |
| HSL | 154.59º | 0.5% | 0.34% | - |
| HSV(B) | 154.59º | 0.66% | 0.5% | - |
| XYZ | 10.65 | 16.72 | 12.79 | - |
| YUV | 98.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 92 | 0.66 | 0 | 0.28 | 0.50 | 154.59 | 0.5 | 0.34 |
| Hex | 2B | 80 | 5C | 42 | 0 | 1C | 32 | 9B | 32 | 22 |
| Octal | 53 | 200 | 134 | 102 | 0 | 34 | 62 | 233 | 62 | 42 |
| Binary | 101011 | 10000000 | 1011100 | 1000010 | 0 | 11100 | 110010 | 10011011 | 110010 | 100010 |
Color Harmonies of #2B805C
Complementary color
Monochromatic Colors of #2B805C
Black with #2B805C
Text Example
Text Example
White with #2B805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B805C; }
p { color: rgb(43,128,92); }
H1.HeaderClassName
{
color: #2B805C;
}
.AnyTagClassName
{
color: #2B805C;
}
</style>
background-color css
<style>
a { background-color: #2B805C; }
a { background-color: rgb(43,128,92); }
div.DivClassName
{
background-color: #2B805C;
}
.BgClassName
{
background-color: #2B805C;
}
</style>
border-color css
<style>
span { border-color: #2B805C; }
span { border-color: rgb(43,128,92); }
td.TdClassName
{
border-color: #2B805C;
}
.TagClassName
{
border-color: #2B805C;
}
</style>