#30A65D

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

Shades of Eucalyptus #30A65D

Tints of Eucalyptus #30A65D

Color information

#30A65D (or 0x30A65D) is unknown color: approx Eucalyptus. HEX triplet: 30, A6 and 5D. RGB value is (48,166,93). Sum of RGB (Red+Green+Blue) = 48+166+93=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #30A65D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A65D is #CF59A2. Grayscale: #7A7A7A. Windows color (decimal): -13588899 or 6137392. OLE color: 6137392.

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

Color convert

RGB4816693-
CMYK0.7100.440.35
HSL142.88º55.14%41.96%-
HSV(B)142.88º71.08%65.1%-
XYZ16.8328.6915.01-
YUV122.4111.4174.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 166 (65.23% from 255) = 54.07%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=15.64%
G=54.07%
B=30.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48166930.7100.440.35142.8855.1441.96
Hex30A65D4702C238f372a
Octal60246135107054432176752
Binary1100001010011010111011000111010110010001110001111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,166,93); }

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

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

 a { background-color: rgb(48,166,93); }

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

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

 span { border-color: rgb(48,166,93); }

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