Shades of Malachite #2AF348
Tints of Malachite #2AF348
RGB
CMYK
RGB Variations
Color information
#2AF348 (or 0x2AF348) is known color: Malachite. HEX triplet: 2A, F3 and 48. RGB value is (42,243,72). Sum of RGB (Red+Green+Blue) = 42+243+72=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF348 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF348 is #D50CB7. Grayscale: #A3A3A3. Windows color (decimal): -13962424 or 4780842. OLE color: 4780842.
HSL color Cylindrical-coordinate representation of color #2AF348: hue angle of 128.96º 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 #2AF348 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 72 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.05 |
| HSL | 128.96º | 0.89% | 0.56% | - |
| HSV(B) | 128.96º | 0.83% | 0.95% | - |
| XYZ | 34.18 | 65.06 | 16.89 | - |
| YUV | 163.41 | 76.41 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 72 | 0.83 | 0 | 0.70 | 0.05 | 128.96 | 0.89 | 0.56 |
| Hex | 2A | F3 | 48 | 53 | 0 | 46 | 5 | 81 | 59 | 38 |
| Octal | 52 | 363 | 110 | 123 | 0 | 106 | 5 | 201 | 131 | 70 |
| Binary | 101010 | 11110011 | 1001000 | 1010011 | 0 | 1000110 | 101 | 10000001 | 1011001 | 111000 |
Color Harmonies of #2AF348
Complementary color
Monochromatic Colors of #2AF348
Black with #2AF348
Text Example
Text Example
White with #2AF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF348; }
p { color: rgb(42,243,72); }
H1.HeaderClassName
{
color: #2AF348;
}
.AnyTagClassName
{
color: #2AF348;
}
</style>
background-color css
<style>
a { background-color: #2AF348; }
a { background-color: rgb(42,243,72); }
div.DivClassName
{
background-color: #2AF348;
}
.BgClassName
{
background-color: #2AF348;
}
</style>
border-color css
<style>
span { border-color: #2AF348; }
span { border-color: rgb(42,243,72); }
td.TdClassName
{
border-color: #2AF348;
}
.TagClassName
{
border-color: #2AF348;
}
</style>