#30A059

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

Shades of Eucalyptus #30A059

Tints of Eucalyptus #30A059

Color information

#30A059 (or 0x30A059) is unknown color: approx Eucalyptus. HEX triplet: 30, A0 and 59. RGB value is (48,160,89). Sum of RGB (Red+Green+Blue) = 48+160+89=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #30A059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A059 is #CF5FA6. Grayscale: #767676. Windows color (decimal): -13590439 or 5873712. OLE color: 5873712.

HSL color Cylindrical-coordinate representation of color #30A059: hue angle of 141.96º 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 #30A059 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB4816089-
CMYK0.7000.440.37
HSL141.96º53.85%40.78%-
HSV(B)141.96º70%62.75%-
XYZ15.5926.4913.74-
YUV118.42111.3977.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 160 (62.89% from 255) = 53.87%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=16.16%
G=53.87%
B=29.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48160890.7000.440.37141.9653.8540.78
Hex30A0594602C258e3629
Octal60240131106054452166651
Binary1100001010000010110011000110010110010010110001110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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