Shades of Sea Green #2B9850
Tints of Sea Green #2B9850
RGB
CMYK
RGB Variations
Color information
#2B9850 (or 0x2B9850) is known color: Sea Green. HEX triplet: 2B, 98 and 50. RGB value is (43,152,80). Sum of RGB (Red+Green+Blue) = 43+152+80=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9850 is #D467AF. Grayscale: #6F6F6F. Windows color (decimal): -13920176 or 5281835. OLE color: 5281835.
HSL color Cylindrical-coordinate representation of color #2B9850: hue angle of 140.37º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9850 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 80 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.40 |
| HSL | 140.37º | 0.56% | 0.38% | - |
| HSV(B) | 140.37º | 0.72% | 0.6% | - |
| XYZ | 13.67 | 23.55 | 11.41 | - |
| YUV | 111.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 80 | 0.72 | 0 | 0.47 | 0.40 | 140.37 | 0.56 | 0.38 |
| Hex | 2B | 98 | 50 | 48 | 0 | 2F | 28 | 8C | 38 | 26 |
| Octal | 53 | 230 | 120 | 110 | 0 | 57 | 50 | 214 | 70 | 46 |
| Binary | 101011 | 10011000 | 1010000 | 1001000 | 0 | 101111 | 101000 | 10001100 | 111000 | 100110 |
Color Harmonies of #2B9850
Complementary color
Monochromatic Colors of #2B9850
Black with #2B9850
Text Example
Text Example
White with #2B9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9850; }
p { color: rgb(43,152,80); }
H1.HeaderClassName
{
color: #2B9850;
}
.AnyTagClassName
{
color: #2B9850;
}
</style>
background-color css
<style>
a { background-color: #2B9850; }
a { background-color: rgb(43,152,80); }
div.DivClassName
{
background-color: #2B9850;
}
.BgClassName
{
background-color: #2B9850;
}
</style>
border-color css
<style>
span { border-color: #2B9850; }
span { border-color: rgb(43,152,80); }
td.TdClassName
{
border-color: #2B9850;
}
.TagClassName
{
border-color: #2B9850;
}
</style>