Shades of Sea Green #2B8255
Tints of Sea Green #2B8255
RGB
CMYK
RGB Variations
Color information
#2B8255 (or 0x2B8255) is known color: Sea Green. HEX triplet: 2B, 82 and 55. RGB value is (43,130,85). Sum of RGB (Red+Green+Blue) = 43+130+85=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8255 is #D47DAA. Grayscale: #626262. Windows color (decimal): -13925803 or 5603883. OLE color: 5603883.
HSL color Cylindrical-coordinate representation of color #2B8255: hue angle of 148.97º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8255 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 85 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.49 |
| HSL | 148.97º | 0.5% | 0.34% | - |
| HSV(B) | 148.97º | 0.67% | 0.51% | - |
| XYZ | 10.62 | 17.13 | 11.34 | - |
| YUV | 98.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 85 | 0.67 | 0 | 0.35 | 0.49 | 148.97 | 0.5 | 0.34 |
| Hex | 2B | 82 | 55 | 43 | 0 | 23 | 31 | 95 | 32 | 22 |
| Octal | 53 | 202 | 125 | 103 | 0 | 43 | 61 | 225 | 62 | 42 |
| Binary | 101011 | 10000010 | 1010101 | 1000011 | 0 | 100011 | 110001 | 10010101 | 110010 | 100010 |
Color Harmonies of #2B8255
Complementary color
Monochromatic Colors of #2B8255
Black with #2B8255
Text Example
Text Example
White with #2B8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8255; }
p { color: rgb(43,130,85); }
H1.HeaderClassName
{
color: #2B8255;
}
.AnyTagClassName
{
color: #2B8255;
}
</style>
background-color css
<style>
a { background-color: #2B8255; }
a { background-color: rgb(43,130,85); }
div.DivClassName
{
background-color: #2B8255;
}
.BgClassName
{
background-color: #2B8255;
}
</style>
border-color css
<style>
span { border-color: #2B8255; }
span { border-color: rgb(43,130,85); }
td.TdClassName
{
border-color: #2B8255;
}
.TagClassName
{
border-color: #2B8255;
}
</style>