Shades of Medium Sea Green #2FD569
Tints of Medium Sea Green #2FD569
RGB
CMYK
RGB Variations
Color information
#2FD569 (or 0x2FD569) is known color: Medium Sea Green. HEX triplet: 2F, D5 and 69. RGB value is (47,213,105). Sum of RGB (Red+Green+Blue) = 47+213+105=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD569 is #D02A96. Grayscale: #979797. Windows color (decimal): -13642391 or 6935855. OLE color: 6935855.
HSL color Cylindrical-coordinate representation of color #2FD569: hue angle of 140.96º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD569 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 105 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.16 |
| HSL | 140.96º | 0.66% | 0.51% | - |
| HSV(B) | 140.96º | 0.78% | 0.84% | - |
| XYZ | 27.52 | 49.21 | 21.41 | - |
| YUV | 151.05 | 102 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 105 | 0.78 | 0 | 0.51 | 0.16 | 140.96 | 0.66 | 0.51 |
| Hex | 2F | D5 | 69 | 4E | 0 | 33 | 10 | 8D | 42 | 33 |
| Octal | 57 | 325 | 151 | 116 | 0 | 63 | 20 | 215 | 102 | 63 |
| Binary | 101111 | 11010101 | 1101001 | 1001110 | 0 | 110011 | 10000 | 10001101 | 1000010 | 110011 |
Color Harmonies of #2FD569
Complementary color
Monochromatic Colors of #2FD569
Black with #2FD569
Text Example
Text Example
White with #2FD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD569; }
p { color: rgb(47,213,105); }
H1.HeaderClassName
{
color: #2FD569;
}
.AnyTagClassName
{
color: #2FD569;
}
</style>
background-color css
<style>
a { background-color: #2FD569; }
a { background-color: rgb(47,213,105); }
div.DivClassName
{
background-color: #2FD569;
}
.BgClassName
{
background-color: #2FD569;
}
</style>
border-color css
<style>
span { border-color: #2FD569; }
span { border-color: rgb(47,213,105); }
td.TdClassName
{
border-color: #2FD569;
}
.TagClassName
{
border-color: #2FD569;
}
</style>