Shades of Shamrock #2DD292
Tints of Shamrock #2DD292
RGB
CMYK
RGB Variations
Color information
#2DD292 (or 0x2DD292) is known color: Shamrock. HEX triplet: 2D, D2 and 92. RGB value is (45,210,146). Sum of RGB (Red+Green+Blue) = 45+210+146=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD292 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD292 is #D22D6D. Grayscale: #999999. Windows color (decimal): -13774190 or 9622061. OLE color: 9622061.
HSL color Cylindrical-coordinate representation of color #2DD292: hue angle of 156.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD292 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 210 | 146 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.18 |
| HSL | 156.73º | 0.65% | 0.5% | - |
| HSV(B) | 156.73º | 0.79% | 0.82% | - |
| XYZ | 29.32 | 48.73 | 35.05 | - |
| YUV | 153.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 210 | 146 | 0.79 | 0 | 0.30 | 0.18 | 156.73 | 0.65 | 0.5 |
| Hex | 2D | D2 | 92 | 4F | 0 | 1E | 12 | 9D | 41 | 32 |
| Octal | 55 | 322 | 222 | 117 | 0 | 36 | 22 | 235 | 101 | 62 |
| Binary | 101101 | 11010010 | 10010010 | 1001111 | 0 | 11110 | 10010 | 10011101 | 1000001 | 110010 |
Color Harmonies of #2DD292
Complementary color
Monochromatic Colors of #2DD292
Black with #2DD292
Text Example
Text Example
White with #2DD292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD292; }
p { color: rgb(45,210,146); }
H1.HeaderClassName
{
color: #2DD292;
}
.AnyTagClassName
{
color: #2DD292;
}
</style>
background-color css
<style>
a { background-color: #2DD292; }
a { background-color: rgb(45,210,146); }
div.DivClassName
{
background-color: #2DD292;
}
.BgClassName
{
background-color: #2DD292;
}
</style>
border-color css
<style>
span { border-color: #2DD292; }
span { border-color: rgb(45,210,146); }
td.TdClassName
{
border-color: #2DD292;
}
.TagClassName
{
border-color: #2DD292;
}
</style>