Shades of Malachite #2AF347
Tints of Malachite #2AF347
RGB
CMYK
RGB Variations
Color information
#2AF347 (or 0x2AF347) is known color: Malachite. HEX triplet: 2A, F3 and 47. RGB value is (42,243,71). Sum of RGB (Red+Green+Blue) = 42+243+71=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF347 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF347 is #D50CB8. Grayscale: #A3A3A3. Windows color (decimal): -13962425 or 4715306. OLE color: 4715306.
HSL color Cylindrical-coordinate representation of color #2AF347: hue angle of 128.66º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF347 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 71 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.05 |
| HSL | 128.66º | 0.89% | 0.56% | - |
| HSV(B) | 128.66º | 0.83% | 0.95% | - |
| XYZ | 34.14 | 65.05 | 16.72 | - |
| YUV | 163.29 | 75.91 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 71 | 0.83 | 0 | 0.71 | 0.05 | 128.66 | 0.89 | 0.56 |
| Hex | 2A | F3 | 47 | 53 | 0 | 47 | 5 | 81 | 59 | 38 |
| Octal | 52 | 363 | 107 | 123 | 0 | 107 | 5 | 201 | 131 | 70 |
| Binary | 101010 | 11110011 | 1000111 | 1010011 | 0 | 1000111 | 101 | 10000001 | 1011001 | 111000 |
Color Harmonies of #2AF347
Complementary color
Monochromatic Colors of #2AF347
Black with #2AF347
Text Example
Text Example
White with #2AF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF347; }
p { color: rgb(42,243,71); }
H1.HeaderClassName
{
color: #2AF347;
}
.AnyTagClassName
{
color: #2AF347;
}
</style>
background-color css
<style>
a { background-color: #2AF347; }
a { background-color: rgb(42,243,71); }
div.DivClassName
{
background-color: #2AF347;
}
.BgClassName
{
background-color: #2AF347;
}
</style>
border-color css
<style>
span { border-color: #2AF347; }
span { border-color: rgb(42,243,71); }
td.TdClassName
{
border-color: #2AF347;
}
.TagClassName
{
border-color: #2AF347;
}
</style>