Shades of Shamrock #2DCA81
Tints of Shamrock #2DCA81
RGB
CMYK
RGB Variations
Color information
#2DCA81 (or 0x2DCA81) is known color: Shamrock. HEX triplet: 2D, CA and 81. RGB value is (45,202,129). Sum of RGB (Red+Green+Blue) = 45+202+129=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCA81 is #D2357E. Grayscale: #929292. Windows color (decimal): -13776255 or 8505901. OLE color: 8505901.
HSL color Cylindrical-coordinate representation of color #2DCA81: hue angle of 152.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA81 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 129 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.21 |
| HSL | 152.1º | 0.64% | 0.48% | - |
| HSV(B) | 152.1º | 0.78% | 0.79% | - |
| XYZ | 26.17 | 44.38 | 27.96 | - |
| YUV | 146.74 | 117.99 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 129 | 0.78 | 0 | 0.36 | 0.21 | 152.1 | 0.64 | 0.48 |
| Hex | 2D | CA | 81 | 4E | 0 | 24 | 15 | 98 | 40 | 30 |
| Octal | 55 | 312 | 201 | 116 | 0 | 44 | 25 | 230 | 100 | 60 |
| Binary | 101101 | 11001010 | 10000001 | 1001110 | 0 | 100100 | 10101 | 10011000 | 1000000 | 110000 |
Color Harmonies of #2DCA81
Complementary color
Monochromatic Colors of #2DCA81
Black with #2DCA81
Text Example
Text Example
White with #2DCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCA81; }
p { color: rgb(45,202,129); }
H1.HeaderClassName
{
color: #2DCA81;
}
.AnyTagClassName
{
color: #2DCA81;
}
</style>
background-color css
<style>
a { background-color: #2DCA81; }
a { background-color: rgb(45,202,129); }
div.DivClassName
{
background-color: #2DCA81;
}
.BgClassName
{
background-color: #2DCA81;
}
</style>
border-color css
<style>
span { border-color: #2DCA81; }
span { border-color: rgb(45,202,129); }
td.TdClassName
{
border-color: #2DCA81;
}
.TagClassName
{
border-color: #2DCA81;
}
</style>