Shades of Shamrock #2DC090
Tints of Shamrock #2DC090
RGB
CMYK
RGB Variations
Color information
#2DC090 (or 0x2DC090) is known color: Shamrock. HEX triplet: 2D, C0 and 90. RGB value is (45,192,144). Sum of RGB (Red+Green+Blue) = 45+192+144=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC090 is #D23F6F. Grayscale: #8E8E8E. Windows color (decimal): -13778800 or 9486381. OLE color: 9486381.
HSL color Cylindrical-coordinate representation of color #2DC090: hue angle of 160.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC090 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 144 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.25 |
| HSL | 160.41º | 0.62% | 0.46% | - |
| HSV(B) | 160.41º | 0.77% | 0.75% | - |
| XYZ | 24.97 | 40.27 | 32.84 | - |
| YUV | 142.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 144 | 0.77 | 0 | 0.25 | 0.25 | 160.41 | 0.62 | 0.46 |
| Hex | 2D | C0 | 90 | 4D | 0 | 19 | 19 | A0 | 3E | 2E |
| Octal | 55 | 300 | 220 | 115 | 0 | 31 | 31 | 240 | 76 | 56 |
| Binary | 101101 | 11000000 | 10010000 | 1001101 | 0 | 11001 | 11001 | 10100000 | 111110 | 101110 |
Color Harmonies of #2DC090
Complementary color
Monochromatic Colors of #2DC090
Black with #2DC090
Text Example
Text Example
White with #2DC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC090; }
p { color: rgb(45,192,144); }
H1.HeaderClassName
{
color: #2DC090;
}
.AnyTagClassName
{
color: #2DC090;
}
</style>
background-color css
<style>
a { background-color: #2DC090; }
a { background-color: rgb(45,192,144); }
div.DivClassName
{
background-color: #2DC090;
}
.BgClassName
{
background-color: #2DC090;
}
</style>
border-color css
<style>
span { border-color: #2DC090; }
span { border-color: rgb(45,192,144); }
td.TdClassName
{
border-color: #2DC090;
}
.TagClassName
{
border-color: #2DC090;
}
</style>