#30A072

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

Shades of Eucalyptus #30A072

Tints of Eucalyptus #30A072

Color information

#30A072 (or 0x30A072) is unknown color: approx Eucalyptus. HEX triplet: 30, A0 and 72. RGB value is (48,160,114). Sum of RGB (Red+Green+Blue) = 48+160+114=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #30A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A072 is #CF5F8D. Grayscale: #797979. Windows color (decimal): -13590414 or 7512112. OLE color: 7512112.

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

Color convert

RGB48160114-
CMYK0.7000.290.37
HSL155.36º53.85%40.78%-
HSV(B)155.36º70%62.75%-
XYZ16.8326.9820.24-
YUV121.27123.8975.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 160 (62.89% from 255) = 49.69%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=14.91%
G=49.69%
B=35.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481601140.7000.290.37155.3653.8540.78
Hex30A0724601D259b3629
Octal60240162106035452336651
Binary110000101000001110010100011001110110010110011011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,160,114); }

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

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

 a { background-color: rgb(48,160,114); }

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

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

 span { border-color: rgb(48,160,114); }

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