Shades of Medium Sea Green #2BB266
Tints of Medium Sea Green #2BB266
RGB
CMYK
RGB Variations
Color information
#2BB266 (or 0x2BB266) is known color: Medium Sea Green. HEX triplet: 2B, B2 and 66. RGB value is (43,178,102). Sum of RGB (Red+Green+Blue) = 43+178+102=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB266 is #D44D99. Grayscale: #818181. Windows color (decimal): -13913498 or 6730283. OLE color: 6730283.
HSL color Cylindrical-coordinate representation of color #2BB266: hue angle of 146.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB266 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 102 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.30 |
| HSL | 146.22º | 0.61% | 0.43% | - |
| HSV(B) | 146.22º | 0.76% | 0.7% | - |
| XYZ | 19.31 | 33.31 | 17.98 | - |
| YUV | 128.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 102 | 0.76 | 0 | 0.43 | 0.30 | 146.22 | 0.61 | 0.43 |
| Hex | 2B | B2 | 66 | 4C | 0 | 2B | 1E | 92 | 3D | 2B |
| Octal | 53 | 262 | 146 | 114 | 0 | 53 | 36 | 222 | 75 | 53 |
| Binary | 101011 | 10110010 | 1100110 | 1001100 | 0 | 101011 | 11110 | 10010010 | 111101 | 101011 |
Color Harmonies of #2BB266
Complementary color
Monochromatic Colors of #2BB266
Black with #2BB266
Text Example
Text Example
White with #2BB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB266; }
p { color: rgb(43,178,102); }
H1.HeaderClassName
{
color: #2BB266;
}
.AnyTagClassName
{
color: #2BB266;
}
</style>
background-color css
<style>
a { background-color: #2BB266; }
a { background-color: rgb(43,178,102); }
div.DivClassName
{
background-color: #2BB266;
}
.BgClassName
{
background-color: #2BB266;
}
</style>
border-color css
<style>
span { border-color: #2BB266; }
span { border-color: rgb(43,178,102); }
td.TdClassName
{
border-color: #2BB266;
}
.TagClassName
{
border-color: #2BB266;
}
</style>