Shades of Malachite #28F045
Tints of Malachite #28F045
RGB
CMYK
RGB Variations
Color information
#28F045 (or 0x28F045) is known color: Malachite. HEX triplet: 28, F0 and 45. RGB value is (40,240,69). Sum of RGB (Red+Green+Blue) = 40+240+69=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #28F045 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F045 is #D70FBA. Grayscale: #A1A1A1. Windows color (decimal): -14094267 or 4583464. OLE color: 4583464.
HSL color Cylindrical-coordinate representation of color #28F045: hue angle of 128.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F045 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 69 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.06 |
| HSL | 128.7º | 0.87% | 0.55% | - |
| HSV(B) | 128.7º | 0.83% | 0.94% | - |
| XYZ | 33.11 | 63.2 | 16.08 | - |
| YUV | 160.71 | 76.24 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 69 | 0.83 | 0 | 0.71 | 0.06 | 128.7 | 0.87 | 0.55 |
| Hex | 28 | F0 | 45 | 53 | 0 | 47 | 6 | 81 | 57 | 37 |
| Octal | 50 | 360 | 105 | 123 | 0 | 107 | 6 | 201 | 127 | 67 |
| Binary | 101000 | 11110000 | 1000101 | 1010011 | 0 | 1000111 | 110 | 10000001 | 1010111 | 110111 |
Color Harmonies of #28F045
Complementary color
Monochromatic Colors of #28F045
Black with #28F045
Text Example
Text Example
White with #28F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F045; }
p { color: rgb(40,240,69); }
H1.HeaderClassName
{
color: #28F045;
}
.AnyTagClassName
{
color: #28F045;
}
</style>
background-color css
<style>
a { background-color: #28F045; }
a { background-color: rgb(40,240,69); }
div.DivClassName
{
background-color: #28F045;
}
.BgClassName
{
background-color: #28F045;
}
</style>
border-color css
<style>
span { border-color: #28F045; }
span { border-color: rgb(40,240,69); }
td.TdClassName
{
border-color: #28F045;
}
.TagClassName
{
border-color: #28F045;
}
</style>