Shades of Shamrock #2FCD84
Tints of Shamrock #2FCD84
RGB
CMYK
RGB Variations
Color information
#2FCD84 (or 0x2FCD84) is known color: Shamrock. HEX triplet: 2F, CD and 84. RGB value is (47,205,132). Sum of RGB (Red+Green+Blue) = 47+205+132=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCD84 is #D0327B. Grayscale: #959595. Windows color (decimal): -13644412 or 8703279. OLE color: 8703279.
HSL color Cylindrical-coordinate representation of color #2FCD84: hue angle of 152.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD84 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 132 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.20 |
| HSL | 152.28º | 0.63% | 0.49% | - |
| HSV(B) | 152.28º | 0.77% | 0.8% | - |
| XYZ | 27.17 | 45.93 | 29.26 | - |
| YUV | 149.44 | 118.15 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 132 | 0.77 | 0 | 0.36 | 0.20 | 152.28 | 0.63 | 0.49 |
| Hex | 2F | CD | 84 | 4D | 0 | 24 | 14 | 98 | 3F | 31 |
| Octal | 57 | 315 | 204 | 115 | 0 | 44 | 24 | 230 | 77 | 61 |
| Binary | 101111 | 11001101 | 10000100 | 1001101 | 0 | 100100 | 10100 | 10011000 | 111111 | 110001 |
Color Harmonies of #2FCD84
Complementary color
Monochromatic Colors of #2FCD84
Black with #2FCD84
Text Example
Text Example
White with #2FCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD84; }
p { color: rgb(47,205,132); }
H1.HeaderClassName
{
color: #2FCD84;
}
.AnyTagClassName
{
color: #2FCD84;
}
</style>
background-color css
<style>
a { background-color: #2FCD84; }
a { background-color: rgb(47,205,132); }
div.DivClassName
{
background-color: #2FCD84;
}
.BgClassName
{
background-color: #2FCD84;
}
</style>
border-color css
<style>
span { border-color: #2FCD84; }
span { border-color: rgb(47,205,132); }
td.TdClassName
{
border-color: #2FCD84;
}
.TagClassName
{
border-color: #2FCD84;
}
</style>