Shades of Shamrock #2DC291
Tints of Shamrock #2DC291
RGB
CMYK
RGB Variations
Color information
#2DC291 (or 0x2DC291) is known color: Shamrock. HEX triplet: 2D, C2 and 91. RGB value is (45,194,145). Sum of RGB (Red+Green+Blue) = 45+194+145=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC291 is #D23D6E. Grayscale: #8F8F8F. Windows color (decimal): -13778287 or 9552429. OLE color: 9552429.
HSL color Cylindrical-coordinate representation of color #2DC291: hue angle of 160.27º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC291 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 145 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.24 |
| HSL | 160.27º | 0.62% | 0.47% | - |
| HSV(B) | 160.27º | 0.77% | 0.76% | - |
| XYZ | 25.48 | 41.19 | 33.39 | - |
| YUV | 143.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 145 | 0.77 | 0 | 0.25 | 0.24 | 160.27 | 0.62 | 0.47 |
| Hex | 2D | C2 | 91 | 4D | 0 | 19 | 18 | A0 | 3E | 2F |
| Octal | 55 | 302 | 221 | 115 | 0 | 31 | 30 | 240 | 76 | 57 |
| Binary | 101101 | 11000010 | 10010001 | 1001101 | 0 | 11001 | 11000 | 10100000 | 111110 | 101111 |
Color Harmonies of #2DC291
Complementary color
Monochromatic Colors of #2DC291
Black with #2DC291
Text Example
Text Example
White with #2DC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC291; }
p { color: rgb(45,194,145); }
H1.HeaderClassName
{
color: #2DC291;
}
.AnyTagClassName
{
color: #2DC291;
}
</style>
background-color css
<style>
a { background-color: #2DC291; }
a { background-color: rgb(45,194,145); }
div.DivClassName
{
background-color: #2DC291;
}
.BgClassName
{
background-color: #2DC291;
}
</style>
border-color css
<style>
span { border-color: #2DC291; }
span { border-color: rgb(45,194,145); }
td.TdClassName
{
border-color: #2DC291;
}
.TagClassName
{
border-color: #2DC291;
}
</style>