#30A358

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

Shades of Eucalyptus #30A358

Tints of Eucalyptus #30A358

Color information

#30A358 (or 0x30A358) is unknown color: approx Eucalyptus. HEX triplet: 30, A3 and 58. RGB value is (48,163,88). Sum of RGB (Red+Green+Blue) = 48+163+88=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #30A358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A358 is #CF5CA7. Grayscale: #787878. Windows color (decimal): -13589672 or 5808944. OLE color: 5808944.

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

Color convert

RGB4816388-
CMYK0.7100.460.36
HSL140.87º54.5%41.37%-
HSV(B)140.87º70.55%63.92%-
XYZ16.0827.5313.7-
YUV120.06109.976.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 163 (64.06% from 255) = 54.52%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=16.05%
G=54.52%
B=29.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48163880.7100.460.36140.8754.541.37
Hex30A3584702E248d3729
Octal60243130107056442156751
Binary1100001010001110110001000111010111010010010001101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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