#30A56A

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

Shades of Eucalyptus #30A56A

Tints of Eucalyptus #30A56A

Color information

#30A56A (or 0x30A56A) is unknown color: approx Eucalyptus. HEX triplet: 30, A5 and 6A. RGB value is (48,165,106). Sum of RGB (Red+Green+Blue) = 48+165+106=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #30A56A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A56A is #CF5A95. Grayscale: #7B7B7B. Windows color (decimal): -13589142 or 6989104. OLE color: 6989104.

HSL color Cylindrical-coordinate representation of color #30A56A: hue angle of 149.74º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A56A is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB48165106-
CMYK0.7100.360.35
HSL149.74º54.93%41.76%-
HSV(B)149.74º70.91%64.71%-
XYZ17.2828.5818.24-
YUV123.29118.2474.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 165 (64.84% from 255) = 51.72%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=15.05%
G=51.72%
B=33.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651060.7100.360.35149.7454.9341.76
Hex30A56A470242396372a
Octal60245152107044432266752
Binary1100001010010111010101000111010010010001110010110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,165,106); }

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

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

 a { background-color: rgb(48,165,106); }

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

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

 span { border-color: rgb(48,165,106); }

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