Shades of Medium Sea Green #2FA675
Tints of Medium Sea Green #2FA675
RGB
CMYK
RGB Variations
Color information
#2FA675 (or 0x2FA675) is known color: Medium Sea Green. HEX triplet: 2F, A6 and 75. RGB value is (47,166,117). Sum of RGB (Red+Green+Blue) = 47+166+117=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA675 is #D0598A. Grayscale: #7C7C7C. Windows color (decimal): -13654411 or 7710255. OLE color: 7710255.
HSL color Cylindrical-coordinate representation of color #2FA675: hue angle of 155.29º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA675 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 117 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.35 |
| HSL | 155.29º | 0.56% | 0.42% | - |
| HSV(B) | 155.29º | 0.72% | 0.65% | - |
| XYZ | 18.02 | 29.16 | 21.51 | - |
| YUV | 124.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 117 | 0.72 | 0 | 0.30 | 0.35 | 155.29 | 0.56 | 0.42 |
| Hex | 2F | A6 | 75 | 48 | 0 | 1E | 23 | 9B | 38 | 2A |
| Octal | 57 | 246 | 165 | 110 | 0 | 36 | 43 | 233 | 70 | 52 |
| Binary | 101111 | 10100110 | 1110101 | 1001000 | 0 | 11110 | 100011 | 10011011 | 111000 | 101010 |
Color Harmonies of #2FA675
Complementary color
Monochromatic Colors of #2FA675
Black with #2FA675
Text Example
Text Example
White with #2FA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA675; }
p { color: rgb(47,166,117); }
H1.HeaderClassName
{
color: #2FA675;
}
.AnyTagClassName
{
color: #2FA675;
}
</style>
background-color css
<style>
a { background-color: #2FA675; }
a { background-color: rgb(47,166,117); }
div.DivClassName
{
background-color: #2FA675;
}
.BgClassName
{
background-color: #2FA675;
}
</style>
border-color css
<style>
span { border-color: #2FA675; }
span { border-color: rgb(47,166,117); }
td.TdClassName
{
border-color: #2FA675;
}
.TagClassName
{
border-color: #2FA675;
}
</style>