Shades of Medium Sea Green #2DBB5C
Tints of Medium Sea Green #2DBB5C
RGB
CMYK
RGB Variations
Color information
#2DBB5C (or 0x2DBB5C) is known color: Medium Sea Green. HEX triplet: 2D, BB and 5C. RGB value is (45,187,92). Sum of RGB (Red+Green+Blue) = 45+187+92=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB5C is #D244A3. Grayscale: #858585. Windows color (decimal): -13780132 or 6077229. OLE color: 6077229.
HSL color Cylindrical-coordinate representation of color #2DBB5C: hue angle of 139.86º 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 #2DBB5C is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 92 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.27 |
| HSL | 139.86º | 0.61% | 0.45% | - |
| HSV(B) | 139.86º | 0.76% | 0.73% | - |
| XYZ | 20.78 | 36.87 | 16.15 | - |
| YUV | 133.71 | 104.46 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 92 | 0.76 | 0 | 0.51 | 0.27 | 139.86 | 0.61 | 0.45 |
| Hex | 2D | BB | 5C | 4C | 0 | 33 | 1B | 8C | 3D | 2D |
| Octal | 55 | 273 | 134 | 114 | 0 | 63 | 33 | 214 | 75 | 55 |
| Binary | 101101 | 10111011 | 1011100 | 1001100 | 0 | 110011 | 11011 | 10001100 | 111101 | 101101 |
Color Harmonies of #2DBB5C
Complementary color
Monochromatic Colors of #2DBB5C
Black with #2DBB5C
Text Example
Text Example
White with #2DBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB5C; }
p { color: rgb(45,187,92); }
H1.HeaderClassName
{
color: #2DBB5C;
}
.AnyTagClassName
{
color: #2DBB5C;
}
</style>
background-color css
<style>
a { background-color: #2DBB5C; }
a { background-color: rgb(45,187,92); }
div.DivClassName
{
background-color: #2DBB5C;
}
.BgClassName
{
background-color: #2DBB5C;
}
</style>
border-color css
<style>
span { border-color: #2DBB5C; }
span { border-color: rgb(45,187,92); }
td.TdClassName
{
border-color: #2DBB5C;
}
.TagClassName
{
border-color: #2DBB5C;
}
</style>