Shades of Malachite #28D052
Tints of Malachite #28D052
RGB
CMYK
RGB Variations
Color information
#28D052 (or 0x28D052) is known color: Malachite. HEX triplet: 28, D0 and 52. RGB value is (40,208,82). Sum of RGB (Red+Green+Blue) = 40+208+82=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #28D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D052 is #D72FAD. Grayscale: #8F8F8F. Windows color (decimal): -14102446 or 5427240. OLE color: 5427240.
HSL color Cylindrical-coordinate representation of color #28D052: hue angle of 135º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D052 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 82 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.18 |
| HSL | 135º | 0.68% | 0.49% | - |
| HSV(B) | 135º | 0.81% | 0.82% | - |
| XYZ | 24.95 | 46.17 | 15.58 | - |
| YUV | 143.4 | 93.34 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 82 | 0.81 | 0 | 0.61 | 0.18 | 135 | 0.68 | 0.49 |
| Hex | 28 | D0 | 52 | 51 | 0 | 3D | 12 | 87 | 44 | 31 |
| Octal | 50 | 320 | 122 | 121 | 0 | 75 | 22 | 207 | 104 | 61 |
| Binary | 101000 | 11010000 | 1010010 | 1010001 | 0 | 111101 | 10010 | 10000111 | 1000100 | 110001 |
Color Harmonies of #28D052
Complementary color
Monochromatic Colors of #28D052
Black with #28D052
Text Example
Text Example
White with #28D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D052; }
p { color: rgb(40,208,82); }
H1.HeaderClassName
{
color: #28D052;
}
.AnyTagClassName
{
color: #28D052;
}
</style>
background-color css
<style>
a { background-color: #28D052; }
a { background-color: rgb(40,208,82); }
div.DivClassName
{
background-color: #28D052;
}
.BgClassName
{
background-color: #28D052;
}
</style>
border-color css
<style>
span { border-color: #28D052; }
span { border-color: rgb(40,208,82); }
td.TdClassName
{
border-color: #28D052;
}
.TagClassName
{
border-color: #28D052;
}
</style>