Shades of Shamrock #2AD582
Tints of Shamrock #2AD582
RGB
CMYK
RGB Variations
Color information
#2AD582 (or 0x2AD582) is known color: Shamrock. HEX triplet: 2A, D5 and 82. RGB value is (42,213,130). Sum of RGB (Red+Green+Blue) = 42+213+130=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD582 is #D52A7D. Grayscale: #989898. Windows color (decimal): -13970046 or 8574250. OLE color: 8574250.
HSL color Cylindrical-coordinate representation of color #2AD582: hue angle of 150.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD582 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 130 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.16 |
| HSL | 150.88º | 0.67% | 0.5% | - |
| HSV(B) | 150.88º | 0.8% | 0.84% | - |
| XYZ | 28.78 | 49.69 | 29.19 | - |
| YUV | 152.41 | 115.35 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 130 | 0.80 | 0 | 0.39 | 0.16 | 150.88 | 0.67 | 0.5 |
| Hex | 2A | D5 | 82 | 50 | 0 | 27 | 10 | 97 | 43 | 32 |
| Octal | 52 | 325 | 202 | 120 | 0 | 47 | 20 | 227 | 103 | 62 |
| Binary | 101010 | 11010101 | 10000010 | 1010000 | 0 | 100111 | 10000 | 10010111 | 1000011 | 110010 |
Color Harmonies of #2AD582
Complementary color
Monochromatic Colors of #2AD582
Black with #2AD582
Text Example
Text Example
White with #2AD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD582; }
p { color: rgb(42,213,130); }
H1.HeaderClassName
{
color: #2AD582;
}
.AnyTagClassName
{
color: #2AD582;
}
</style>
background-color css
<style>
a { background-color: #2AD582; }
a { background-color: rgb(42,213,130); }
div.DivClassName
{
background-color: #2AD582;
}
.BgClassName
{
background-color: #2AD582;
}
</style>
border-color css
<style>
span { border-color: #2AD582; }
span { border-color: rgb(42,213,130); }
td.TdClassName
{
border-color: #2AD582;
}
.TagClassName
{
border-color: #2AD582;
}
</style>