Shades of Shamrock #2DC099
Tints of Shamrock #2DC099
RGB
CMYK
RGB Variations
Color information
#2DC099 (or 0x2DC099) is known color: Shamrock. HEX triplet: 2D, C0 and 99. RGB value is (45,192,153). Sum of RGB (Red+Green+Blue) = 45+192+153=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC099 is #D23F66. Grayscale: #8F8F8F. Windows color (decimal): -13778791 or 10076205. OLE color: 10076205.
HSL color Cylindrical-coordinate representation of color #2DC099: hue angle of 164.08º 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 #2DC099 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 153 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.25 |
| HSL | 164.08º | 0.62% | 0.46% | - |
| HSV(B) | 164.08º | 0.77% | 0.75% | - |
| XYZ | 25.68 | 40.56 | 36.61 | - |
| YUV | 143.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 153 | 0.77 | 0 | 0.20 | 0.25 | 164.08 | 0.62 | 0.46 |
| Hex | 2D | C0 | 99 | 4D | 0 | 14 | 19 | A4 | 3E | 2E |
| Octal | 55 | 300 | 231 | 115 | 0 | 24 | 31 | 244 | 76 | 56 |
| Binary | 101101 | 11000000 | 10011001 | 1001101 | 0 | 10100 | 11001 | 10100100 | 111110 | 101110 |
Color Harmonies of #2DC099
Complementary color
Monochromatic Colors of #2DC099
Black with #2DC099
Text Example
Text Example
White with #2DC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC099; }
p { color: rgb(45,192,153); }
H1.HeaderClassName
{
color: #2DC099;
}
.AnyTagClassName
{
color: #2DC099;
}
</style>
background-color css
<style>
a { background-color: #2DC099; }
a { background-color: rgb(45,192,153); }
div.DivClassName
{
background-color: #2DC099;
}
.BgClassName
{
background-color: #2DC099;
}
</style>
border-color css
<style>
span { border-color: #2DC099; }
span { border-color: rgb(45,192,153); }
td.TdClassName
{
border-color: #2DC099;
}
.TagClassName
{
border-color: #2DC099;
}
</style>