Shades of Malachite #2AF346
Tints of Malachite #2AF346
RGB
CMYK
RGB Variations
Color information
#2AF346 (or 0x2AF346) is known color: Malachite. HEX triplet: 2A, F3 and 46. RGB value is (42,243,70). Sum of RGB (Red+Green+Blue) = 42+243+70=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF346 is #D50CB9. Grayscale: #A3A3A3. Windows color (decimal): -13962426 or 4649770. OLE color: 4649770.
HSL color Cylindrical-coordinate representation of color #2AF346: hue angle of 128.36º 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 #2AF346 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 70 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.05 |
| HSL | 128.36º | 0.89% | 0.56% | - |
| HSV(B) | 128.36º | 0.83% | 0.95% | - |
| XYZ | 34.11 | 65.04 | 16.55 | - |
| YUV | 163.18 | 75.41 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 70 | 0.83 | 0 | 0.71 | 0.05 | 128.36 | 0.89 | 0.56 |
| Hex | 2A | F3 | 46 | 53 | 0 | 47 | 5 | 80 | 59 | 38 |
| Octal | 52 | 363 | 106 | 123 | 0 | 107 | 5 | 200 | 131 | 70 |
| Binary | 101010 | 11110011 | 1000110 | 1010011 | 0 | 1000111 | 101 | 10000000 | 1011001 | 111000 |
Color Harmonies of #2AF346
Complementary color
Monochromatic Colors of #2AF346
Black with #2AF346
Text Example
Text Example
White with #2AF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF346; }
p { color: rgb(42,243,70); }
H1.HeaderClassName
{
color: #2AF346;
}
.AnyTagClassName
{
color: #2AF346;
}
</style>
background-color css
<style>
a { background-color: #2AF346; }
a { background-color: rgb(42,243,70); }
div.DivClassName
{
background-color: #2AF346;
}
.BgClassName
{
background-color: #2AF346;
}
</style>
border-color css
<style>
span { border-color: #2AF346; }
span { border-color: rgb(42,243,70); }
td.TdClassName
{
border-color: #2AF346;
}
.TagClassName
{
border-color: #2AF346;
}
</style>