#30A06D

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

Shades of Eucalyptus #30A06D

Tints of Eucalyptus #30A06D

Color information

#30A06D (or 0x30A06D) is unknown color: approx Eucalyptus. HEX triplet: 30, A0 and 6D. RGB value is (48,160,109). Sum of RGB (Red+Green+Blue) = 48+160+109=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #30A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A06D is #CF5F92. Grayscale: #787878. Windows color (decimal): -13590419 or 7184432. OLE color: 7184432.

HSL color Cylindrical-coordinate representation of color #30A06D: hue angle of 152.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A06D is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB48160109-
CMYK0.7000.320.37
HSL152.68º53.85%40.78%-
HSV(B)152.68º70%62.75%-
XYZ16.5526.8718.78-
YUV120.7121.3976.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=15.14%
G=50.47%
B=34.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481601090.7000.320.37152.6853.8540.78
Hex30A06D4602025993629
Octal60240155106040452316651
Binary1100001010000011011011000110010000010010110011001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,160,109); }

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

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

 a { background-color: rgb(48,160,109); }

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

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

 span { border-color: rgb(48,160,109); }

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