#30AA5D

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

Shades of Eucalyptus #30AA5D

Tints of Eucalyptus #30AA5D

Color information

#30AA5D (or 0x30AA5D) is unknown color: approx Eucalyptus. HEX triplet: 30, AA and 5D. RGB value is (48,170,93). Sum of RGB (Red+Green+Blue) = 48+170+93=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA5D is #CF55A2. Grayscale: #7C7C7C. Windows color (decimal): -13587875 or 6138416. OLE color: 6138416.

HSL color Cylindrical-coordinate representation of color #30AA5D: hue angle of 142.13º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AA5D is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB4817093-
CMYK0.7200.450.33
HSL142.13º55.96%42.75%-
HSV(B)142.13º71.76%66.67%-
XYZ17.5730.1715.25-
YUV124.74110.0873.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 93 (36.72% from 255) = 29.90%
R=15.43%
G=54.66%
B=29.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48170930.7200.450.33142.1355.9642.75
Hex30AA5D4802D218e382b
Octal60252135110055412167053
Binary1100001010101010111011001000010110110000110001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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