Shades of Shamrock #2FCD88
Tints of Shamrock #2FCD88
RGB
CMYK
RGB Variations
Color information
#2FCD88 (or 0x2FCD88) is known color: Shamrock. HEX triplet: 2F, CD and 88. RGB value is (47,205,136). Sum of RGB (Red+Green+Blue) = 47+205+136=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCD88 is #D03277. Grayscale: #969696. Windows color (decimal): -13644408 or 8965423. OLE color: 8965423.
HSL color Cylindrical-coordinate representation of color #2FCD88: hue angle of 153.8º 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 #2FCD88 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 136 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.20 |
| HSL | 153.8º | 0.63% | 0.49% | - |
| HSV(B) | 153.8º | 0.77% | 0.8% | - |
| XYZ | 27.45 | 46.04 | 30.73 | - |
| YUV | 149.89 | 120.15 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 136 | 0.77 | 0 | 0.34 | 0.20 | 153.8 | 0.63 | 0.49 |
| Hex | 2F | CD | 88 | 4D | 0 | 22 | 14 | 9A | 3F | 31 |
| Octal | 57 | 315 | 210 | 115 | 0 | 42 | 24 | 232 | 77 | 61 |
| Binary | 101111 | 11001101 | 10001000 | 1001101 | 0 | 100010 | 10100 | 10011010 | 111111 | 110001 |
Color Harmonies of #2FCD88
Complementary color
Monochromatic Colors of #2FCD88
Black with #2FCD88
Text Example
Text Example
White with #2FCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD88; }
p { color: rgb(47,205,136); }
H1.HeaderClassName
{
color: #2FCD88;
}
.AnyTagClassName
{
color: #2FCD88;
}
</style>
background-color css
<style>
a { background-color: #2FCD88; }
a { background-color: rgb(47,205,136); }
div.DivClassName
{
background-color: #2FCD88;
}
.BgClassName
{
background-color: #2FCD88;
}
</style>
border-color css
<style>
span { border-color: #2FCD88; }
span { border-color: rgb(47,205,136); }
td.TdClassName
{
border-color: #2FCD88;
}
.TagClassName
{
border-color: #2FCD88;
}
</style>