#30D354

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

Shades of Malachite #30D354

Tints of Malachite #30D354

Color information

#30D354 (or 0x30D354) is unknown color: approx Malachite. HEX triplet: 30, D3 and 54. RGB value is (48,211,84). Sum of RGB (Red+Green+Blue) = 48+211+84=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 211 (82.81% from 255 or 61.52% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 211 - color contains mainly: green. Hex color #30D354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D354 is #CF2CAB. Grayscale: #949494. Windows color (decimal): -13577388 or 5559088. OLE color: 5559088.

HSL color Cylindrical-coordinate representation of color #30D354: hue angle of 133.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D354 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB4821184-
CMYK0.7700.600.17
HSL133.25º64.94%50.78%-
HSV(B)133.25º77.25%82.75%-
XYZ26.1147.8616.25-
YUV147.789256.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.99%
GREEN value IS 211 (82.81% from 255) = 61.52%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=13.99%
G=61.52%
B=24.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal48211840.7700.600.17133.2564.9450.78
Hex30D3544D03C11854133
Octal603231241150742120510163
Binary1100001101001110101001001101011110010001100001011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30D354; }

 p { color: rgb(48,211,84); }

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

<style>
 a { background-color: #30D354; }

 a { background-color: rgb(48,211,84); }

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

<style>
 span { border-color: #30D354; }

 span { border-color: rgb(48,211,84); }

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