Shades of Medium Sea Green #2BBD69
Tints of Medium Sea Green #2BBD69
RGB
CMYK
RGB Variations
Color information
#2BBD69 (or 0x2BBD69) is known color: Medium Sea Green. HEX triplet: 2B, BD and 69. RGB value is (43,189,105). Sum of RGB (Red+Green+Blue) = 43+189+105=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBD69 is #D44296. Grayscale: #878787. Windows color (decimal): -13910679 or 6929707. OLE color: 6929707.
HSL color Cylindrical-coordinate representation of color #2BBD69: hue angle of 145.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD69 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 105 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.26 |
| HSL | 145.48º | 0.63% | 0.45% | - |
| HSV(B) | 145.48º | 0.77% | 0.74% | - |
| XYZ | 21.74 | 37.93 | 19.54 | - |
| YUV | 135.77 | 110.63 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 105 | 0.77 | 0 | 0.44 | 0.26 | 145.48 | 0.63 | 0.45 |
| Hex | 2B | BD | 69 | 4D | 0 | 2C | 1A | 91 | 3F | 2D |
| Octal | 53 | 275 | 151 | 115 | 0 | 54 | 32 | 221 | 77 | 55 |
| Binary | 101011 | 10111101 | 1101001 | 1001101 | 0 | 101100 | 11010 | 10010001 | 111111 | 101101 |
Color Harmonies of #2BBD69
Complementary color
Monochromatic Colors of #2BBD69
Black with #2BBD69
Text Example
Text Example
White with #2BBD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBD69; }
p { color: rgb(43,189,105); }
H1.HeaderClassName
{
color: #2BBD69;
}
.AnyTagClassName
{
color: #2BBD69;
}
</style>
background-color css
<style>
a { background-color: #2BBD69; }
a { background-color: rgb(43,189,105); }
div.DivClassName
{
background-color: #2BBD69;
}
.BgClassName
{
background-color: #2BBD69;
}
</style>
border-color css
<style>
span { border-color: #2BBD69; }
span { border-color: rgb(43,189,105); }
td.TdClassName
{
border-color: #2BBD69;
}
.TagClassName
{
border-color: #2BBD69;
}
</style>