#30A25C

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

Shades of Eucalyptus #30A25C

Tints of Eucalyptus #30A25C

Color information

#30A25C (or 0x30A25C) is unknown color: approx Eucalyptus. HEX triplet: 30, A2 and 5C. RGB value is (48,162,92). Sum of RGB (Red+Green+Blue) = 48+162+92=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #30A25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A25C is #CF5DA3. Grayscale: #787878. Windows color (decimal): -13589924 or 6070832. OLE color: 6070832.

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

Color convert

RGB4816292-
CMYK0.7000.430.36
HSL143.16º54.29%41.18%-
HSV(B)143.16º70.37%63.53%-
XYZ16.0727.2414.54-
YUV119.93112.2376.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=15.89%
G=53.64%
B=30.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48162920.7000.430.36143.1654.2941.18
Hex30A25C4602B248f3629
Octal60242134106053442176651
Binary1100001010001010111001000110010101110010010001111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,162,92); }

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

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

 a { background-color: rgb(48,162,92); }

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

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

 span { border-color: rgb(48,162,92); }

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