#2DFA48

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

Shades of Malachite #2DFA48

Tints of Malachite #2DFA48

Color information

#2DFA48 (or 0x2DFA48) is unknown color: approx Malachite. HEX triplet: 2D, FA and 48. RGB value is (45,250,72). Sum of RGB (Red+Green+Blue) = 45+250+72=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA48 is #D205B7. Grayscale: #A8A8A8. Windows color (decimal): -13764024 or 4782637. OLE color: 4782637.

HSL color Cylindrical-coordinate representation of color #2DFA48: hue angle of 127.9º 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 #2DFA48 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB4525072-
CMYK0.8200.710.02
HSL127.9º95.35%57.84%-
HSV(B)127.9º82%98.04%-
XYZ36.4469.417.61-
YUV168.4173.5839.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.26%
GREEN value IS 250 (98.05% from 255) = 68.12%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=12.26%
G=68.12%
B=19.62%

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
Decimal45250720.8200.710.02127.995.3557.84
Hex2DFA48520472805f3a
Octal553721101220107220013772
Binary10110111111010100100010100100100011110100000001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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