Shades of Shamrock #2DC098
Tints of Shamrock #2DC098
RGB
CMYK
RGB Variations
Color information
#2DC098 (or 0x2DC098) is known color: Shamrock. HEX triplet: 2D, C0 and 98. RGB value is (45,192,152). Sum of RGB (Red+Green+Blue) = 45+192+152=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC098 is #D23F67. Grayscale: #8F8F8F. Windows color (decimal): -13778792 or 10010669. OLE color: 10010669.
HSL color Cylindrical-coordinate representation of color #2DC098: hue angle of 163.67º 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 #2DC098 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 152 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.25 |
| HSL | 163.67º | 0.62% | 0.46% | - |
| HSV(B) | 163.67º | 0.77% | 0.75% | - |
| XYZ | 25.6 | 40.52 | 36.18 | - |
| YUV | 143.49 | 132.8 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 152 | 0.77 | 0 | 0.21 | 0.25 | 163.67 | 0.62 | 0.46 |
| Hex | 2D | C0 | 98 | 4D | 0 | 15 | 19 | A4 | 3E | 2E |
| Octal | 55 | 300 | 230 | 115 | 0 | 25 | 31 | 244 | 76 | 56 |
| Binary | 101101 | 11000000 | 10011000 | 1001101 | 0 | 10101 | 11001 | 10100100 | 111110 | 101110 |
Color Harmonies of #2DC098
Complementary color
Monochromatic Colors of #2DC098
Black with #2DC098
Text Example
Text Example
White with #2DC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC098; }
p { color: rgb(45,192,152); }
H1.HeaderClassName
{
color: #2DC098;
}
.AnyTagClassName
{
color: #2DC098;
}
</style>
background-color css
<style>
a { background-color: #2DC098; }
a { background-color: rgb(45,192,152); }
div.DivClassName
{
background-color: #2DC098;
}
.BgClassName
{
background-color: #2DC098;
}
</style>
border-color css
<style>
span { border-color: #2DC098; }
span { border-color: rgb(45,192,152); }
td.TdClassName
{
border-color: #2DC098;
}
.TagClassName
{
border-color: #2DC098;
}
</style>