Shades of Medium Sea Green #2FB375
Tints of Medium Sea Green #2FB375
RGB
CMYK
RGB Variations
Color information
#2FB375 (or 0x2FB375) is known color: Medium Sea Green. HEX triplet: 2F, B3 and 75. RGB value is (47,179,117). Sum of RGB (Red+Green+Blue) = 47+179+117=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB375 is #D04C8A. Grayscale: #848484. Windows color (decimal): -13651083 or 7713583. OLE color: 7713583.
HSL color Cylindrical-coordinate representation of color #2FB375: hue angle of 151.82º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB375 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 117 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.30 |
| HSL | 151.82º | 0.58% | 0.44% | - |
| HSV(B) | 151.82º | 0.74% | 0.7% | - |
| XYZ | 20.5 | 34.13 | 22.34 | - |
| YUV | 132.46 | 119.27 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 117 | 0.74 | 0 | 0.35 | 0.30 | 151.82 | 0.58 | 0.44 |
| Hex | 2F | B3 | 75 | 4A | 0 | 23 | 1E | 98 | 3A | 2C |
| Octal | 57 | 263 | 165 | 112 | 0 | 43 | 36 | 230 | 72 | 54 |
| Binary | 101111 | 10110011 | 1110101 | 1001010 | 0 | 100011 | 11110 | 10011000 | 111010 | 101100 |
Color Harmonies of #2FB375
Complementary color
Monochromatic Colors of #2FB375
Black with #2FB375
Text Example
Text Example
White with #2FB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB375; }
p { color: rgb(47,179,117); }
H1.HeaderClassName
{
color: #2FB375;
}
.AnyTagClassName
{
color: #2FB375;
}
</style>
background-color css
<style>
a { background-color: #2FB375; }
a { background-color: rgb(47,179,117); }
div.DivClassName
{
background-color: #2FB375;
}
.BgClassName
{
background-color: #2FB375;
}
</style>
border-color css
<style>
span { border-color: #2FB375; }
span { border-color: rgb(47,179,117); }
td.TdClassName
{
border-color: #2FB375;
}
.TagClassName
{
border-color: #2FB375;
}
</style>