Shades of Shamrock #2DC08A
Tints of Shamrock #2DC08A
RGB
CMYK
RGB Variations
Color information
#2DC08A (or 0x2DC08A) is known color: Shamrock. HEX triplet: 2D, C0 and 8A. RGB value is (45,192,138). Sum of RGB (Red+Green+Blue) = 45+192+138=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC08A is #D23F75. Grayscale: #8D8D8D. Windows color (decimal): -13778806 or 9093165. OLE color: 9093165.
HSL color Cylindrical-coordinate representation of color #2DC08A: hue angle of 157.96º 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 #2DC08A is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 138 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.25 |
| HSL | 157.96º | 0.62% | 0.46% | - |
| HSV(B) | 157.96º | 0.77% | 0.75% | - |
| XYZ | 24.52 | 40.09 | 30.49 | - |
| YUV | 141.89 | 125.8 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 138 | 0.77 | 0 | 0.28 | 0.25 | 157.96 | 0.62 | 0.46 |
| Hex | 2D | C0 | 8A | 4D | 0 | 1C | 19 | 9E | 3E | 2E |
| Octal | 55 | 300 | 212 | 115 | 0 | 34 | 31 | 236 | 76 | 56 |
| Binary | 101101 | 11000000 | 10001010 | 1001101 | 0 | 11100 | 11001 | 10011110 | 111110 | 101110 |
Color Harmonies of #2DC08A
Complementary color
Monochromatic Colors of #2DC08A
Black with #2DC08A
Text Example
Text Example
White with #2DC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC08A; }
p { color: rgb(45,192,138); }
H1.HeaderClassName
{
color: #2DC08A;
}
.AnyTagClassName
{
color: #2DC08A;
}
</style>
background-color css
<style>
a { background-color: #2DC08A; }
a { background-color: rgb(45,192,138); }
div.DivClassName
{
background-color: #2DC08A;
}
.BgClassName
{
background-color: #2DC08A;
}
</style>
border-color css
<style>
span { border-color: #2DC08A; }
span { border-color: rgb(45,192,138); }
td.TdClassName
{
border-color: #2DC08A;
}
.TagClassName
{
border-color: #2DC08A;
}
</style>