Shades of Medium Sea Green #2DB35F
Tints of Medium Sea Green #2DB35F
RGB
CMYK
RGB Variations
Color information
#2DB35F (or 0x2DB35F) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 5F. RGB value is (45,179,95). Sum of RGB (Red+Green+Blue) = 45+179+95=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB35F is #D24CA0. Grayscale: #818181. Windows color (decimal): -13782177 or 6271789. OLE color: 6271789.
HSL color Cylindrical-coordinate representation of color #2DB35F: hue angle of 142.39º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB35F is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 95 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.30 |
| HSL | 142.39º | 0.6% | 0.44% | - |
| HSV(B) | 142.39º | 0.75% | 0.7% | - |
| XYZ | 19.27 | 33.62 | 16.3 | - |
| YUV | 129.36 | 108.61 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 95 | 0.75 | 0 | 0.47 | 0.30 | 142.39 | 0.6 | 0.44 |
| Hex | 2D | B3 | 5F | 4B | 0 | 2F | 1E | 8E | 3C | 2C |
| Octal | 55 | 263 | 137 | 113 | 0 | 57 | 36 | 216 | 74 | 54 |
| Binary | 101101 | 10110011 | 1011111 | 1001011 | 0 | 101111 | 11110 | 10001110 | 111100 | 101100 |
Color Harmonies of #2DB35F
Complementary color
Monochromatic Colors of #2DB35F
Black with #2DB35F
Text Example
Text Example
White with #2DB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB35F; }
p { color: rgb(45,179,95); }
H1.HeaderClassName
{
color: #2DB35F;
}
.AnyTagClassName
{
color: #2DB35F;
}
</style>
background-color css
<style>
a { background-color: #2DB35F; }
a { background-color: rgb(45,179,95); }
div.DivClassName
{
background-color: #2DB35F;
}
.BgClassName
{
background-color: #2DB35F;
}
</style>
border-color css
<style>
span { border-color: #2DB35F; }
span { border-color: rgb(45,179,95); }
td.TdClassName
{
border-color: #2DB35F;
}
.TagClassName
{
border-color: #2DB35F;
}
</style>