Shades of Medium Sea Green #2DB271
Tints of Medium Sea Green #2DB271
RGB
CMYK
RGB Variations
Color information
#2DB271 (or 0x2DB271) is known color: Medium Sea Green. HEX triplet: 2D, B2 and 71. RGB value is (45,178,113). Sum of RGB (Red+Green+Blue) = 45+178+113=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB271 is #D24D8E. Grayscale: #828282. Windows color (decimal): -13782415 or 7451181. OLE color: 7451181.
HSL color Cylindrical-coordinate representation of color #2DB271: hue angle of 150.68º 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 #2DB271 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 113 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.30 |
| HSL | 150.68º | 0.6% | 0.44% | - |
| HSV(B) | 150.68º | 0.75% | 0.7% | - |
| XYZ | 19.98 | 33.59 | 21.05 | - |
| YUV | 130.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 113 | 0.75 | 0 | 0.37 | 0.30 | 150.68 | 0.6 | 0.44 |
| Hex | 2D | B2 | 71 | 4B | 0 | 25 | 1E | 97 | 3C | 2C |
| Octal | 55 | 262 | 161 | 113 | 0 | 45 | 36 | 227 | 74 | 54 |
| Binary | 101101 | 10110010 | 1110001 | 1001011 | 0 | 100101 | 11110 | 10010111 | 111100 | 101100 |
Color Harmonies of #2DB271
Complementary color
Monochromatic Colors of #2DB271
Black with #2DB271
Text Example
Text Example
White with #2DB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB271; }
p { color: rgb(45,178,113); }
H1.HeaderClassName
{
color: #2DB271;
}
.AnyTagClassName
{
color: #2DB271;
}
</style>
background-color css
<style>
a { background-color: #2DB271; }
a { background-color: rgb(45,178,113); }
div.DivClassName
{
background-color: #2DB271;
}
.BgClassName
{
background-color: #2DB271;
}
</style>
border-color css
<style>
span { border-color: #2DB271; }
span { border-color: rgb(45,178,113); }
td.TdClassName
{
border-color: #2DB271;
}
.TagClassName
{
border-color: #2DB271;
}
</style>