Shades of Shamrock #2FCF7D
Tints of Shamrock #2FCF7D
RGB
CMYK
RGB Variations
Color information
#2FCF7D (or 0x2FCF7D) is known color: Shamrock. HEX triplet: 2F, CF and 7D. RGB value is (47,207,125). Sum of RGB (Red+Green+Blue) = 47+207+125=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF7D is #D03082. Grayscale: #959595. Windows color (decimal): -13643907 or 8245039. OLE color: 8245039.
HSL color Cylindrical-coordinate representation of color #2FCF7D: hue angle of 149.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF7D is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 125 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.19 |
| HSL | 149.25º | 0.63% | 0.5% | - |
| HSV(B) | 149.25º | 0.77% | 0.81% | - |
| XYZ | 27.19 | 46.71 | 26.99 | - |
| YUV | 149.81 | 113.99 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 125 | 0.77 | 0 | 0.40 | 0.19 | 149.25 | 0.63 | 0.5 |
| Hex | 2F | CF | 7D | 4D | 0 | 28 | 13 | 95 | 3F | 32 |
| Octal | 57 | 317 | 175 | 115 | 0 | 50 | 23 | 225 | 77 | 62 |
| Binary | 101111 | 11001111 | 1111101 | 1001101 | 0 | 101000 | 10011 | 10010101 | 111111 | 110010 |
Color Harmonies of #2FCF7D
Complementary color
Monochromatic Colors of #2FCF7D
Black with #2FCF7D
Text Example
Text Example
White with #2FCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF7D; }
p { color: rgb(47,207,125); }
H1.HeaderClassName
{
color: #2FCF7D;
}
.AnyTagClassName
{
color: #2FCF7D;
}
</style>
background-color css
<style>
a { background-color: #2FCF7D; }
a { background-color: rgb(47,207,125); }
div.DivClassName
{
background-color: #2FCF7D;
}
.BgClassName
{
background-color: #2FCF7D;
}
</style>
border-color css
<style>
span { border-color: #2FCF7D; }
span { border-color: rgb(47,207,125); }
td.TdClassName
{
border-color: #2FCF7D;
}
.TagClassName
{
border-color: #2FCF7D;
}
</style>