Shades of Malachite #28F147
Tints of Malachite #28F147
RGB
CMYK
RGB Variations
Color information
#28F147 (or 0x28F147) is known color: Malachite. HEX triplet: 28, F1 and 47. RGB value is (40,241,71). Sum of RGB (Red+Green+Blue) = 40+241+71=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #28F147 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F147 is #D70EB8. Grayscale: #A2A2A2. Windows color (decimal): -14094009 or 4714792. OLE color: 4714792.
HSL color Cylindrical-coordinate representation of color #28F147: hue angle of 129.25º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F147 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 71 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.05 |
| HSL | 129.25º | 0.88% | 0.55% | - |
| HSV(B) | 129.25º | 0.83% | 0.95% | - |
| XYZ | 33.47 | 63.82 | 16.52 | - |
| YUV | 161.52 | 76.91 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 71 | 0.83 | 0 | 0.71 | 0.05 | 129.25 | 0.88 | 0.55 |
| Hex | 28 | F1 | 47 | 53 | 0 | 47 | 5 | 81 | 58 | 37 |
| Octal | 50 | 361 | 107 | 123 | 0 | 107 | 5 | 201 | 130 | 67 |
| Binary | 101000 | 11110001 | 1000111 | 1010011 | 0 | 1000111 | 101 | 10000001 | 1011000 | 110111 |
Color Harmonies of #28F147
Complementary color
Monochromatic Colors of #28F147
Black with #28F147
Text Example
Text Example
White with #28F147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F147; }
p { color: rgb(40,241,71); }
H1.HeaderClassName
{
color: #28F147;
}
.AnyTagClassName
{
color: #28F147;
}
</style>
background-color css
<style>
a { background-color: #28F147; }
a { background-color: rgb(40,241,71); }
div.DivClassName
{
background-color: #28F147;
}
.BgClassName
{
background-color: #28F147;
}
</style>
border-color css
<style>
span { border-color: #28F147; }
span { border-color: rgb(40,241,71); }
td.TdClassName
{
border-color: #28F147;
}
.TagClassName
{
border-color: #28F147;
}
</style>