Shades of Medium Sea Green #2DB461
Tints of Medium Sea Green #2DB461
RGB
CMYK
RGB Variations
Color information
#2DB461 (or 0x2DB461) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 61. RGB value is (45,180,97). Sum of RGB (Red+Green+Blue) = 45+180+97=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB461 is #D24B9E. Grayscale: #828282. Windows color (decimal): -13781919 or 6403117. OLE color: 6403117.
HSL color Cylindrical-coordinate representation of color #2DB461: hue angle of 143.11º 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 #2DB461 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 97 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.29 |
| HSL | 143.11º | 0.6% | 0.44% | - |
| HSV(B) | 143.11º | 0.75% | 0.71% | - |
| XYZ | 19.56 | 34.06 | 16.85 | - |
| YUV | 130.17 | 109.27 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 97 | 0.75 | 0 | 0.46 | 0.29 | 143.11 | 0.6 | 0.44 |
| Hex | 2D | B4 | 61 | 4B | 0 | 2E | 1D | 8F | 3C | 2C |
| Octal | 55 | 264 | 141 | 113 | 0 | 56 | 35 | 217 | 74 | 54 |
| Binary | 101101 | 10110100 | 1100001 | 1001011 | 0 | 101110 | 11101 | 10001111 | 111100 | 101100 |
Color Harmonies of #2DB461
Complementary color
Monochromatic Colors of #2DB461
Black with #2DB461
Text Example
Text Example
White with #2DB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB461; }
p { color: rgb(45,180,97); }
H1.HeaderClassName
{
color: #2DB461;
}
.AnyTagClassName
{
color: #2DB461;
}
</style>
background-color css
<style>
a { background-color: #2DB461; }
a { background-color: rgb(45,180,97); }
div.DivClassName
{
background-color: #2DB461;
}
.BgClassName
{
background-color: #2DB461;
}
</style>
border-color css
<style>
span { border-color: #2DB461; }
span { border-color: rgb(45,180,97); }
td.TdClassName
{
border-color: #2DB461;
}
.TagClassName
{
border-color: #2DB461;
}
</style>