Shades of Malachite #2AF349
Tints of Malachite #2AF349
RGB
CMYK
RGB Variations
Color information
#2AF349 (or 0x2AF349) is known color: Malachite. HEX triplet: 2A, F3 and 49. RGB value is (42,243,73). Sum of RGB (Red+Green+Blue) = 42+243+73=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF349 is #D50CB6. Grayscale: #A4A4A4. Windows color (decimal): -13962423 or 4846378. OLE color: 4846378.
HSL color Cylindrical-coordinate representation of color #2AF349: hue angle of 129.25º 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 #2AF349 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 73 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.05 |
| HSL | 129.25º | 0.89% | 0.56% | - |
| HSV(B) | 129.25º | 0.83% | 0.95% | - |
| XYZ | 34.21 | 65.07 | 17.06 | - |
| YUV | 163.52 | 76.91 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 73 | 0.83 | 0 | 0.70 | 0.05 | 129.25 | 0.89 | 0.56 |
| Hex | 2A | F3 | 49 | 53 | 0 | 46 | 5 | 81 | 59 | 38 |
| Octal | 52 | 363 | 111 | 123 | 0 | 106 | 5 | 201 | 131 | 70 |
| Binary | 101010 | 11110011 | 1001001 | 1010011 | 0 | 1000110 | 101 | 10000001 | 1011001 | 111000 |
Color Harmonies of #2AF349
Complementary color
Monochromatic Colors of #2AF349
Black with #2AF349
Text Example
Text Example
White with #2AF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF349; }
p { color: rgb(42,243,73); }
H1.HeaderClassName
{
color: #2AF349;
}
.AnyTagClassName
{
color: #2AF349;
}
</style>
background-color css
<style>
a { background-color: #2AF349; }
a { background-color: rgb(42,243,73); }
div.DivClassName
{
background-color: #2AF349;
}
.BgClassName
{
background-color: #2AF349;
}
</style>
border-color css
<style>
span { border-color: #2AF349; }
span { border-color: rgb(42,243,73); }
td.TdClassName
{
border-color: #2AF349;
}
.TagClassName
{
border-color: #2AF349;
}
</style>