Shades of Medium Sea Green #2DBF7F
Tints of Medium Sea Green #2DBF7F
RGB
CMYK
RGB Variations
Color information
#2DBF7F (or 0x2DBF7F) is known color: Medium Sea Green. HEX triplet: 2D, BF and 7F. RGB value is (45,191,127). Sum of RGB (Red+Green+Blue) = 45+191+127=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF7F is #D24080. Grayscale: #8C8C8C. Windows color (decimal): -13779073 or 8372013. OLE color: 8372013.
HSL color Cylindrical-coordinate representation of color #2DBF7F: hue angle of 153.7º 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 #2DBF7F is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 127 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.25 |
| HSL | 153.7º | 0.62% | 0.46% | - |
| HSV(B) | 153.7º | 0.76% | 0.75% | - |
| XYZ | 23.54 | 39.35 | 26.43 | - |
| YUV | 140.05 | 120.63 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 127 | 0.76 | 0 | 0.34 | 0.25 | 153.7 | 0.62 | 0.46 |
| Hex | 2D | BF | 7F | 4C | 0 | 22 | 19 | 9A | 3E | 2E |
| Octal | 55 | 277 | 177 | 114 | 0 | 42 | 31 | 232 | 76 | 56 |
| Binary | 101101 | 10111111 | 1111111 | 1001100 | 0 | 100010 | 11001 | 10011010 | 111110 | 101110 |
Color Harmonies of #2DBF7F
Complementary color
Monochromatic Colors of #2DBF7F
Black with #2DBF7F
Text Example
Text Example
White with #2DBF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF7F; }
p { color: rgb(45,191,127); }
H1.HeaderClassName
{
color: #2DBF7F;
}
.AnyTagClassName
{
color: #2DBF7F;
}
</style>
background-color css
<style>
a { background-color: #2DBF7F; }
a { background-color: rgb(45,191,127); }
div.DivClassName
{
background-color: #2DBF7F;
}
.BgClassName
{
background-color: #2DBF7F;
}
</style>
border-color css
<style>
span { border-color: #2DBF7F; }
span { border-color: rgb(45,191,127); }
td.TdClassName
{
border-color: #2DBF7F;
}
.TagClassName
{
border-color: #2DBF7F;
}
</style>