Shades of Medium Sea Green #2BB365
Tints of Medium Sea Green #2BB365
RGB
CMYK
RGB Variations
Color information
#2BB365 (or 0x2BB365) is known color: Medium Sea Green. HEX triplet: 2B, B3 and 65. RGB value is (43,179,101). Sum of RGB (Red+Green+Blue) = 43+179+101=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB365 is #D44C9A. Grayscale: #818181. Windows color (decimal): -13913243 or 6665003. OLE color: 6665003.
HSL color Cylindrical-coordinate representation of color #2BB365: hue angle of 145.59º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB365 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 101 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.30 |
| HSL | 145.59º | 0.61% | 0.44% | - |
| HSV(B) | 145.59º | 0.76% | 0.7% | - |
| XYZ | 19.47 | 33.69 | 17.79 | - |
| YUV | 129.44 | 111.94 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 101 | 0.76 | 0 | 0.44 | 0.30 | 145.59 | 0.61 | 0.44 |
| Hex | 2B | B3 | 65 | 4C | 0 | 2C | 1E | 92 | 3D | 2C |
| Octal | 53 | 263 | 145 | 114 | 0 | 54 | 36 | 222 | 75 | 54 |
| Binary | 101011 | 10110011 | 1100101 | 1001100 | 0 | 101100 | 11110 | 10010010 | 111101 | 101100 |
Color Harmonies of #2BB365
Complementary color
Monochromatic Colors of #2BB365
Black with #2BB365
Text Example
Text Example
White with #2BB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB365; }
p { color: rgb(43,179,101); }
H1.HeaderClassName
{
color: #2BB365;
}
.AnyTagClassName
{
color: #2BB365;
}
</style>
background-color css
<style>
a { background-color: #2BB365; }
a { background-color: rgb(43,179,101); }
div.DivClassName
{
background-color: #2BB365;
}
.BgClassName
{
background-color: #2BB365;
}
</style>
border-color css
<style>
span { border-color: #2BB365; }
span { border-color: rgb(43,179,101); }
td.TdClassName
{
border-color: #2BB365;
}
.TagClassName
{
border-color: #2BB365;
}
</style>