#2CFA48

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

Shades of Malachite #2CFA48

Tints of Malachite #2CFA48

Color information

#2CFA48 (or 0x2CFA48) is unknown color: approx Malachite. HEX triplet: 2C, FA and 48. RGB value is (44,250,72). Sum of RGB (Red+Green+Blue) = 44+250+72=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFA48 is #D305B7. Grayscale: #A8A8A8. Windows color (decimal): -13829560 or 4782636. OLE color: 4782636.

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

Color convert

RGB4425072-
CMYK0.8200.710.02
HSL128.16º95.37%57.65%-
HSV(B)128.16º82.4%98.04%-
XYZ36.3969.3717.6-
YUV168.1173.7539.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.02%
GREEN value IS 250 (98.05% from 255) = 68.31%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=12.02%
G=68.31%
B=19.67%

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
Decimal44250720.8200.710.02128.1695.3757.65
Hex2CFA48520472805f3a
Octal543721101220107220013772
Binary10110011111010100100010100100100011110100000001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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