Shades of Shamrock #2CDB7F
Tints of Shamrock #2CDB7F
RGB
CMYK
RGB Variations
Color information
#2CDB7F (or 0x2CDB7F) is known color: Shamrock. HEX triplet: 2C, DB and 7F. RGB value is (44,219,127). Sum of RGB (Red+Green+Blue) = 44+219+127=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDB7F is #D32480. Grayscale: #9C9C9C. Windows color (decimal): -13837441 or 8379180. OLE color: 8379180.
HSL color Cylindrical-coordinate representation of color #2CDB7F: hue angle of 148.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDB7F is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 127 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.14 |
| HSL | 148.46º | 0.71% | 0.52% | - |
| HSV(B) | 148.46º | 0.8% | 0.86% | - |
| XYZ | 30.2 | 52.73 | 28.66 | - |
| YUV | 156.19 | 111.52 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 127 | 0.80 | 0 | 0.42 | 0.14 | 148.46 | 0.71 | 0.52 |
| Hex | 2C | DB | 7F | 50 | 0 | 2A | E | 94 | 47 | 34 |
| Octal | 54 | 333 | 177 | 120 | 0 | 52 | 16 | 224 | 107 | 64 |
| Binary | 101100 | 11011011 | 1111111 | 1010000 | 0 | 101010 | 1110 | 10010100 | 1000111 | 110100 |
Color Harmonies of #2CDB7F
Complementary color
Monochromatic Colors of #2CDB7F
Black with #2CDB7F
Text Example
Text Example
White with #2CDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDB7F; }
p { color: rgb(44,219,127); }
H1.HeaderClassName
{
color: #2CDB7F;
}
.AnyTagClassName
{
color: #2CDB7F;
}
</style>
background-color css
<style>
a { background-color: #2CDB7F; }
a { background-color: rgb(44,219,127); }
div.DivClassName
{
background-color: #2CDB7F;
}
.BgClassName
{
background-color: #2CDB7F;
}
</style>
border-color css
<style>
span { border-color: #2CDB7F; }
span { border-color: rgb(44,219,127); }
td.TdClassName
{
border-color: #2CDB7F;
}
.TagClassName
{
border-color: #2CDB7F;
}
</style>