#30A75D

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

Shades of Eucalyptus #30A75D

Tints of Eucalyptus #30A75D

Color information

#30A75D (or 0x30A75D) is unknown color: approx Eucalyptus. HEX triplet: 30, A7 and 5D. RGB value is (48,167,93). Sum of RGB (Red+Green+Blue) = 48+167+93=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #30A75D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A75D is #CF58A2. Grayscale: #7B7B7B. Windows color (decimal): -13588643 or 6137648. OLE color: 6137648.

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

Color convert

RGB4816793-
CMYK0.7100.440.35
HSL142.69º55.35%42.16%-
HSV(B)142.69º71.26%65.49%-
XYZ17.0129.0615.07-
YUV122.98111.0874.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 167 (65.62% from 255) = 54.22%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=15.58%
G=54.22%
B=30.19%

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
Decimal48167930.7100.440.35142.6955.3542.16
Hex30A75D4702C238f372a
Octal60247135107054432176752
Binary1100001010011110111011000111010110010001110001111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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