Shades of Medium Sea Green #2DBB5F
Tints of Medium Sea Green #2DBB5F
RGB
CMYK
RGB Variations
Color information
#2DBB5F (or 0x2DBB5F) is known color: Medium Sea Green. HEX triplet: 2D, BB and 5F. RGB value is (45,187,95). Sum of RGB (Red+Green+Blue) = 45+187+95=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB5F is #D244A0. Grayscale: #868686. Windows color (decimal): -13780129 or 6273837. OLE color: 6273837.
HSL color Cylindrical-coordinate representation of color #2DBB5F: hue angle of 141.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBB5F is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 95 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.27 |
| HSL | 141.13º | 0.61% | 0.45% | - |
| HSV(B) | 141.13º | 0.76% | 0.73% | - |
| XYZ | 20.92 | 36.92 | 16.85 | - |
| YUV | 134.05 | 105.96 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 95 | 0.76 | 0 | 0.49 | 0.27 | 141.13 | 0.61 | 0.45 |
| Hex | 2D | BB | 5F | 4C | 0 | 31 | 1B | 8D | 3D | 2D |
| Octal | 55 | 273 | 137 | 114 | 0 | 61 | 33 | 215 | 75 | 55 |
| Binary | 101101 | 10111011 | 1011111 | 1001100 | 0 | 110001 | 11011 | 10001101 | 111101 | 101101 |
Color Harmonies of #2DBB5F
Complementary color
Monochromatic Colors of #2DBB5F
Black with #2DBB5F
Text Example
Text Example
White with #2DBB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB5F; }
p { color: rgb(45,187,95); }
H1.HeaderClassName
{
color: #2DBB5F;
}
.AnyTagClassName
{
color: #2DBB5F;
}
</style>
background-color css
<style>
a { background-color: #2DBB5F; }
a { background-color: rgb(45,187,95); }
div.DivClassName
{
background-color: #2DBB5F;
}
.BgClassName
{
background-color: #2DBB5F;
}
</style>
border-color css
<style>
span { border-color: #2DBB5F; }
span { border-color: rgb(45,187,95); }
td.TdClassName
{
border-color: #2DBB5F;
}
.TagClassName
{
border-color: #2DBB5F;
}
</style>