#2DFA49

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

Shades of Malachite #2DFA49

Tints of Malachite #2DFA49

Color information

#2DFA49 (or 0x2DFA49) is unknown color: approx Malachite. HEX triplet: 2D, FA and 49. RGB value is (45,250,73). Sum of RGB (Red+Green+Blue) = 45+250+73=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA49 is #D205B6. Grayscale: #A9A9A9. Windows color (decimal): -13764023 or 4848173. OLE color: 4848173.

HSL color Cylindrical-coordinate representation of color #2DFA49: hue angle of 128.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA49 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB4525073-
CMYK0.8200.710.02
HSL128.2º95.35%57.84%-
HSV(B)128.2º82%98.04%-
XYZ36.4769.4117.78-
YUV168.5374.0839.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.23%
GREEN value IS 250 (98.05% from 255) = 67.93%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=12.23%
G=67.93%
B=19.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal45250730.8200.710.02128.295.3557.84
Hex2DFA49520472805f3a
Octal553721111220107220013772
Binary10110111111010100100110100100100011110100000001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,250,73); }

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

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

 a { background-color: rgb(45,250,73); }

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

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

 span { border-color: rgb(45,250,73); }

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