Shades of Malachite #2DDB62
Tints of Malachite #2DDB62
RGB
CMYK
RGB Variations
Color information
#2DDB62 (or 0x2DDB62) is known color: Malachite. HEX triplet: 2D, DB and 62. RGB value is (45,219,98). Sum of RGB (Red+Green+Blue) = 45+219+98=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB62 is #D2249D. Grayscale: #999999. Windows color (decimal): -13771934 or 6478637. OLE color: 6478637.
HSL color Cylindrical-coordinate representation of color #2DDB62: hue angle of 138.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB62 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 98 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.14 |
| HSL | 138.28º | 0.71% | 0.52% | - |
| HSV(B) | 138.28º | 0.79% | 0.86% | - |
| XYZ | 28.62 | 52.1 | 20.1 | - |
| YUV | 153.18 | 96.85 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 98 | 0.79 | 0 | 0.55 | 0.14 | 138.28 | 0.71 | 0.52 |
| Hex | 2D | DB | 62 | 4F | 0 | 37 | E | 8A | 47 | 34 |
| Octal | 55 | 333 | 142 | 117 | 0 | 67 | 16 | 212 | 107 | 64 |
| Binary | 101101 | 11011011 | 1100010 | 1001111 | 0 | 110111 | 1110 | 10001010 | 1000111 | 110100 |
Color Harmonies of #2DDB62
Complementary color
Monochromatic Colors of #2DDB62
Black with #2DDB62
Text Example
Text Example
White with #2DDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB62; }
p { color: rgb(45,219,98); }
H1.HeaderClassName
{
color: #2DDB62;
}
.AnyTagClassName
{
color: #2DDB62;
}
</style>
background-color css
<style>
a { background-color: #2DDB62; }
a { background-color: rgb(45,219,98); }
div.DivClassName
{
background-color: #2DDB62;
}
.BgClassName
{
background-color: #2DDB62;
}
</style>
border-color css
<style>
span { border-color: #2DDB62; }
span { border-color: rgb(45,219,98); }
td.TdClassName
{
border-color: #2DDB62;
}
.TagClassName
{
border-color: #2DDB62;
}
</style>