Shades of Shamrock #2DCA90
Tints of Shamrock #2DCA90
RGB
CMYK
RGB Variations
Color information
#2DCA90 (or 0x2DCA90) is known color: Shamrock. HEX triplet: 2D, CA and 90. RGB value is (45,202,144). Sum of RGB (Red+Green+Blue) = 45+202+144=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCA90 is #D2356F. Grayscale: #949494. Windows color (decimal): -13776240 or 9488941. OLE color: 9488941.
HSL color Cylindrical-coordinate representation of color #2DCA90: hue angle of 157.83º 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 #2DCA90 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 144 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.21 |
| HSL | 157.83º | 0.64% | 0.48% | - |
| HSV(B) | 157.83º | 0.78% | 0.79% | - |
| XYZ | 27.24 | 44.81 | 33.6 | - |
| YUV | 148.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 144 | 0.78 | 0 | 0.29 | 0.21 | 157.83 | 0.64 | 0.48 |
| Hex | 2D | CA | 90 | 4E | 0 | 1D | 15 | 9E | 40 | 30 |
| Octal | 55 | 312 | 220 | 116 | 0 | 35 | 25 | 236 | 100 | 60 |
| Binary | 101101 | 11001010 | 10010000 | 1001110 | 0 | 11101 | 10101 | 10011110 | 1000000 | 110000 |
Color Harmonies of #2DCA90
Complementary color
Monochromatic Colors of #2DCA90
Black with #2DCA90
Text Example
Text Example
White with #2DCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCA90; }
p { color: rgb(45,202,144); }
H1.HeaderClassName
{
color: #2DCA90;
}
.AnyTagClassName
{
color: #2DCA90;
}
</style>
background-color css
<style>
a { background-color: #2DCA90; }
a { background-color: rgb(45,202,144); }
div.DivClassName
{
background-color: #2DCA90;
}
.BgClassName
{
background-color: #2DCA90;
}
</style>
border-color css
<style>
span { border-color: #2DCA90; }
span { border-color: rgb(45,202,144); }
td.TdClassName
{
border-color: #2DCA90;
}
.TagClassName
{
border-color: #2DCA90;
}
</style>