Shades of Medium Sea Green #2DB36B
Tints of Medium Sea Green #2DB36B
RGB
CMYK
RGB Variations
Color information
#2DB36B (or 0x2DB36B) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 6B. RGB value is (45,179,107). Sum of RGB (Red+Green+Blue) = 45+179+107=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB36B is #D24C94. Grayscale: #828282. Windows color (decimal): -13782165 or 7058221. OLE color: 7058221.
HSL color Cylindrical-coordinate representation of color #2DB36B: hue angle of 147.76º 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 #2DB36B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 107 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.30 |
| HSL | 147.76º | 0.6% | 0.44% | - |
| HSV(B) | 147.76º | 0.75% | 0.7% | - |
| XYZ | 19.86 | 33.86 | 19.4 | - |
| YUV | 130.73 | 114.61 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 107 | 0.75 | 0 | 0.40 | 0.30 | 147.76 | 0.6 | 0.44 |
| Hex | 2D | B3 | 6B | 4B | 0 | 28 | 1E | 94 | 3C | 2C |
| Octal | 55 | 263 | 153 | 113 | 0 | 50 | 36 | 224 | 74 | 54 |
| Binary | 101101 | 10110011 | 1101011 | 1001011 | 0 | 101000 | 11110 | 10010100 | 111100 | 101100 |
Color Harmonies of #2DB36B
Complementary color
Monochromatic Colors of #2DB36B
Black with #2DB36B
Text Example
Text Example
White with #2DB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB36B; }
p { color: rgb(45,179,107); }
H1.HeaderClassName
{
color: #2DB36B;
}
.AnyTagClassName
{
color: #2DB36B;
}
</style>
background-color css
<style>
a { background-color: #2DB36B; }
a { background-color: rgb(45,179,107); }
div.DivClassName
{
background-color: #2DB36B;
}
.BgClassName
{
background-color: #2DB36B;
}
</style>
border-color css
<style>
span { border-color: #2DB36B; }
span { border-color: rgb(45,179,107); }
td.TdClassName
{
border-color: #2DB36B;
}
.TagClassName
{
border-color: #2DB36B;
}
</style>