Shades of Medium Sea Green #2DBF7A
Tints of Medium Sea Green #2DBF7A
RGB
CMYK
RGB Variations
Color information
#2DBF7A (or 0x2DBF7A) is known color: Medium Sea Green. HEX triplet: 2D, BF and 7A. RGB value is (45,191,122). Sum of RGB (Red+Green+Blue) = 45+191+122=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF7A is #D24085. Grayscale: #8B8B8B. Windows color (decimal): -13779078 or 8044333. OLE color: 8044333.
HSL color Cylindrical-coordinate representation of color #2DBF7A: hue angle of 151.64º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF7A is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 122 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.25 |
| HSL | 151.64º | 0.62% | 0.46% | - |
| HSV(B) | 151.64º | 0.76% | 0.75% | - |
| XYZ | 23.23 | 39.22 | 24.76 | - |
| YUV | 139.48 | 118.13 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 122 | 0.76 | 0 | 0.36 | 0.25 | 151.64 | 0.62 | 0.46 |
| Hex | 2D | BF | 7A | 4C | 0 | 24 | 19 | 98 | 3E | 2E |
| Octal | 55 | 277 | 172 | 114 | 0 | 44 | 31 | 230 | 76 | 56 |
| Binary | 101101 | 10111111 | 1111010 | 1001100 | 0 | 100100 | 11001 | 10011000 | 111110 | 101110 |
Color Harmonies of #2DBF7A
Complementary color
Monochromatic Colors of #2DBF7A
Black with #2DBF7A
Text Example
Text Example
White with #2DBF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF7A; }
p { color: rgb(45,191,122); }
H1.HeaderClassName
{
color: #2DBF7A;
}
.AnyTagClassName
{
color: #2DBF7A;
}
</style>
background-color css
<style>
a { background-color: #2DBF7A; }
a { background-color: rgb(45,191,122); }
div.DivClassName
{
background-color: #2DBF7A;
}
.BgClassName
{
background-color: #2DBF7A;
}
</style>
border-color css
<style>
span { border-color: #2DBF7A; }
span { border-color: rgb(45,191,122); }
td.TdClassName
{
border-color: #2DBF7A;
}
.TagClassName
{
border-color: #2DBF7A;
}
</style>