Shades of Medium Sea Green #2FB565
Tints of Medium Sea Green #2FB565
RGB
CMYK
RGB Variations
Color information
#2FB565 (or 0x2FB565) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 65. RGB value is (47,181,101). Sum of RGB (Red+Green+Blue) = 47+181+101=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB565 is #D04A9A. Grayscale: #848484. Windows color (decimal): -13650587 or 6665519. OLE color: 6665519.
HSL color Cylindrical-coordinate representation of color #2FB565: hue angle of 144.18º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB565 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 101 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.29 |
| HSL | 144.18º | 0.59% | 0.45% | - |
| HSV(B) | 144.18º | 0.74% | 0.71% | - |
| XYZ | 20.05 | 34.59 | 17.93 | - |
| YUV | 131.81 | 110.61 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 101 | 0.74 | 0 | 0.44 | 0.29 | 144.18 | 0.59 | 0.45 |
| Hex | 2F | B5 | 65 | 4A | 0 | 2C | 1D | 90 | 3B | 2D |
| Octal | 57 | 265 | 145 | 112 | 0 | 54 | 35 | 220 | 73 | 55 |
| Binary | 101111 | 10110101 | 1100101 | 1001010 | 0 | 101100 | 11101 | 10010000 | 111011 | 101101 |
Color Harmonies of #2FB565
Complementary color
Monochromatic Colors of #2FB565
Black with #2FB565
Text Example
Text Example
White with #2FB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB565; }
p { color: rgb(47,181,101); }
H1.HeaderClassName
{
color: #2FB565;
}
.AnyTagClassName
{
color: #2FB565;
}
</style>
background-color css
<style>
a { background-color: #2FB565; }
a { background-color: rgb(47,181,101); }
div.DivClassName
{
background-color: #2FB565;
}
.BgClassName
{
background-color: #2FB565;
}
</style>
border-color css
<style>
span { border-color: #2FB565; }
span { border-color: rgb(47,181,101); }
td.TdClassName
{
border-color: #2FB565;
}
.TagClassName
{
border-color: #2FB565;
}
</style>