Shades of Malachite #28C95C
Tints of Malachite #28C95C
RGB
CMYK
RGB Variations
Color information
#28C95C (or 0x28C95C) is known color: Malachite. HEX triplet: 28, C9 and 5C. RGB value is (40,201,92). Sum of RGB (Red+Green+Blue) = 40+201+92=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #28C95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C95C is #D736A3. Grayscale: #8C8C8C. Windows color (decimal): -14104228 or 6080808. OLE color: 6080808.
HSL color Cylindrical-coordinate representation of color #28C95C: hue angle of 139.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C95C is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 92 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.21 |
| HSL | 139.38º | 0.67% | 0.47% | - |
| HSV(B) | 139.38º | 0.8% | 0.79% | - |
| XYZ | 23.69 | 43 | 17.18 | - |
| YUV | 140.44 | 100.66 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 92 | 0.80 | 0 | 0.54 | 0.21 | 139.38 | 0.67 | 0.47 |
| Hex | 28 | C9 | 5C | 50 | 0 | 36 | 15 | 8B | 43 | 2F |
| Octal | 50 | 311 | 134 | 120 | 0 | 66 | 25 | 213 | 103 | 57 |
| Binary | 101000 | 11001001 | 1011100 | 1010000 | 0 | 110110 | 10101 | 10001011 | 1000011 | 101111 |
Color Harmonies of #28C95C
Complementary color
Monochromatic Colors of #28C95C
Black with #28C95C
Text Example
Text Example
White with #28C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C95C; }
p { color: rgb(40,201,92); }
H1.HeaderClassName
{
color: #28C95C;
}
.AnyTagClassName
{
color: #28C95C;
}
</style>
background-color css
<style>
a { background-color: #28C95C; }
a { background-color: rgb(40,201,92); }
div.DivClassName
{
background-color: #28C95C;
}
.BgClassName
{
background-color: #28C95C;
}
</style>
border-color css
<style>
span { border-color: #28C95C; }
span { border-color: rgb(40,201,92); }
td.TdClassName
{
border-color: #28C95C;
}
.TagClassName
{
border-color: #28C95C;
}
</style>