Shades of Shamrock #2AD291
Tints of Shamrock #2AD291
RGB
CMYK
RGB Variations
Color information
#2AD291 (or 0x2AD291) is known color: Shamrock. HEX triplet: 2A, D2 and 91. RGB value is (42,210,145). Sum of RGB (Red+Green+Blue) = 42+210+145=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD291 is #D52D6E. Grayscale: #989898. Windows color (decimal): -13970799 or 9556522. OLE color: 9556522.
HSL color Cylindrical-coordinate representation of color #2AD291: hue angle of 156.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD291 is Cyan = 0.8, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 145 | - |
| CMYK | 0.8 | 0 | 0.31 | 0.18 |
| HSL | 156.79º | 0.67% | 0.49% | - |
| HSV(B) | 156.79º | 0.8% | 0.82% | - |
| XYZ | 29.11 | 48.63 | 34.64 | - |
| YUV | 152.36 | 123.84 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 145 | 0.8 | 0 | 0.31 | 0.18 | 156.79 | 0.67 | 0.49 |
| Hex | 2A | D2 | 91 | 50 | 0 | 1F | 12 | 9D | 43 | 31 |
| Octal | 52 | 322 | 221 | 120 | 0 | 37 | 22 | 235 | 103 | 61 |
| Binary | 101010 | 11010010 | 10010001 | 1010000 | 0 | 11111 | 10010 | 10011101 | 1000011 | 110001 |
Color Harmonies of #2AD291
Complementary color
Monochromatic Colors of #2AD291
Black with #2AD291
Text Example
Text Example
White with #2AD291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD291; }
p { color: rgb(42,210,145); }
H1.HeaderClassName
{
color: #2AD291;
}
.AnyTagClassName
{
color: #2AD291;
}
</style>
background-color css
<style>
a { background-color: #2AD291; }
a { background-color: rgb(42,210,145); }
div.DivClassName
{
background-color: #2AD291;
}
.BgClassName
{
background-color: #2AD291;
}
</style>
border-color css
<style>
span { border-color: #2AD291; }
span { border-color: rgb(42,210,145); }
td.TdClassName
{
border-color: #2AD291;
}
.TagClassName
{
border-color: #2AD291;
}
</style>