#2AF352

Color #2AF352 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2AF352

Tints of Malachite #2AF352

Color information

#2AF352 (or 0x2AF352) is unknown color: approx Malachite. HEX triplet: 2A, F3 and 52. RGB value is (42,243,82). Sum of RGB (Red+Green+Blue) = 42+243+82=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 243 (95.31% from 255 or 66.21% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF352 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF352 is #D50CAD. Grayscale: #A4A4A4. Windows color (decimal): -13962414 or 5436202. OLE color: 5436202.

HSL color Cylindrical-coordinate representation of color #2AF352: hue angle of 131.94º 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 #2AF352 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB4224382-
CMYK0.8300.660.05
HSL131.94º89.33%55.88%-
HSV(B)131.94º82.72%95.29%-
XYZ34.5365.218.75-
YUV164.5581.4140.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 11.44%
GREEN value IS 243 (95.31% from 255) = 66.21%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=11.44%
G=66.21%
B=22.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42243820.8300.660.05131.9489.3355.88
Hex2AF352530425845938
Octal523631221230102520413170
Binary101010111100111010010101001101000010101100001001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AF352; }

 p { color: rgb(42,243,82); }

 H1.HeaderClassName
 {
   color: #2AF352;
 }
 .AnyTagClassName
 {
   color: #2AF352;
 }
</style>
background-color css

<style>
 a { background-color: #2AF352; }

 a { background-color: rgb(42,243,82); }

 div.DivClassName
 {
   background-color: #2AF352;
 }
 .BgClassName
 {
   background-color: #2AF352;
 }
</style>
border-color css

<style>
 span { border-color: #2AF352; }

 span { border-color: rgb(42,243,82); }

 td.TdClassName
 {
   border-color: #2AF352;
 }
 .TagClassName
 {
   border-color: #2AF352;
 }
</style>