#2AF348

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

Shades of Malachite #2AF348

Tints of Malachite #2AF348

Color information

#2AF348 (or 0x2AF348) is unknown color: approx 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

RGB4224372-
CMYK0.8300.700.05
HSL128.96º89.33%55.88%-
HSV(B)128.96º82.72%95.29%-
XYZ34.1865.0616.89-
YUV163.4176.4141.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.76%
GREEN value IS 243 (95.31% from 255) = 68.07%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=11.76%
G=68.07%
B=20.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42243720.8300.700.05128.9689.3355.88
Hex2AF348530465815938
Octal523631101230106520113170
Binary101010111100111001000101001101000110101100000011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>