Shades of Medium Sea Green #2DB477
Tints of Medium Sea Green #2DB477
RGB
CMYK
RGB Variations
Color information
#2DB477 (or 0x2DB477) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 77. RGB value is (45,180,119). Sum of RGB (Red+Green+Blue) = 45+180+119=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB477 is #D24B88. Grayscale: #848484. Windows color (decimal): -13781897 or 7844909. OLE color: 7844909.
HSL color Cylindrical-coordinate representation of color #2DB477: hue angle of 152.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB477 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 119 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.29 |
| HSL | 152.89º | 0.6% | 0.44% | - |
| HSV(B) | 152.89º | 0.75% | 0.71% | - |
| XYZ | 20.73 | 34.53 | 23.03 | - |
| YUV | 132.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 119 | 0.75 | 0 | 0.34 | 0.29 | 152.89 | 0.6 | 0.44 |
| Hex | 2D | B4 | 77 | 4B | 0 | 22 | 1D | 99 | 3C | 2C |
| Octal | 55 | 264 | 167 | 113 | 0 | 42 | 35 | 231 | 74 | 54 |
| Binary | 101101 | 10110100 | 1110111 | 1001011 | 0 | 100010 | 11101 | 10011001 | 111100 | 101100 |
Color Harmonies of #2DB477
Complementary color
Monochromatic Colors of #2DB477
Black with #2DB477
Text Example
Text Example
White with #2DB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB477; }
p { color: rgb(45,180,119); }
H1.HeaderClassName
{
color: #2DB477;
}
.AnyTagClassName
{
color: #2DB477;
}
</style>
background-color css
<style>
a { background-color: #2DB477; }
a { background-color: rgb(45,180,119); }
div.DivClassName
{
background-color: #2DB477;
}
.BgClassName
{
background-color: #2DB477;
}
</style>
border-color css
<style>
span { border-color: #2DB477; }
span { border-color: rgb(45,180,119); }
td.TdClassName
{
border-color: #2DB477;
}
.TagClassName
{
border-color: #2DB477;
}
</style>