#30E368

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

Shades of Malachite #30E368

Tints of Malachite #30E368

Color information

#30E368 (or 0x30E368) is unknown color: approx Malachite. HEX triplet: 30, E3 and 68. RGB value is (48,227,104). Sum of RGB (Red+Green+Blue) = 48+227+104=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #30E368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E368 is #CF1C97. Grayscale: #9F9F9F. Windows color (decimal): -13573272 or 6873904. OLE color: 6873904.

HSL color Cylindrical-coordinate representation of color #30E368: hue angle of 138.77º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E368 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB48227104-
CMYK0.7900.540.11
HSL138.77º76.17%53.92%-
HSV(B)138.77º78.85%89.02%-
XYZ31.1956.5722.37-
YUV159.4696.748.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 227 (89.06% from 255) = 59.89%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=12.66%
G=59.89%
B=27.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal482271040.7900.540.11138.7776.1753.92
Hex30E3684F036B8b4c36
Octal603431501170661321311466
Binary110000111000111101000100111101101101011100010111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,227,104); }

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

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

 a { background-color: rgb(48,227,104); }

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

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

 span { border-color: rgb(48,227,104); }

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