#30A368

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

Shades of Eucalyptus #30A368

Tints of Eucalyptus #30A368

Color information

#30A368 (or 0x30A368) is unknown color: approx Eucalyptus. HEX triplet: 30, A3 and 68. RGB value is (48,163,104). Sum of RGB (Red+Green+Blue) = 48+163+104=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #30A368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A368 is #CF5C97. Grayscale: #7A7A7A. Windows color (decimal): -13589656 or 6857520. OLE color: 6857520.

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

Color convert

RGB48163104-
CMYK0.7100.360.36
HSL149.22º54.5%41.37%-
HSV(B)149.22º70.55%63.92%-
XYZ16.8127.8217.58-
YUV121.89117.975.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 163 (64.06% from 255) = 51.75%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=15.24%
G=51.75%
B=33.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481631040.7100.360.36149.2254.541.37
Hex30A3684702424953729
Octal60243150107044442256751
Binary1100001010001111010001000111010010010010010010101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,163,104); }

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

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

 a { background-color: rgb(48,163,104); }

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

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

 span { border-color: rgb(48,163,104); }

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