#30955D

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

Shades of Eucalyptus #30955D

Tints of Eucalyptus #30955D

Color information

#30955D (or 0x30955D) is unknown color: approx Eucalyptus. HEX triplet: 30, 95 and 5D. RGB value is (48,149,93). Sum of RGB (Red+Green+Blue) = 48+149+93=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #30955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30955D is #CF6AA2. Grayscale: #707070. Windows color (decimal): -13593251 or 6133040. OLE color: 6133040.

HSL color Cylindrical-coordinate representation of color #30955D: hue angle of 146.73º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30955D is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB4814993-
CMYK0.6800.380.42
HSL146.73º51.27%38.63%-
HSV(B)146.73º67.79%58.43%-
XYZ13.9422.9114.04-
YUV112.42117.0482.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 149 (58.59% from 255) = 51.38%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=16.55%
G=51.38%
B=32.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149930.6800.380.42146.7351.2738.63
Hex30955D440262A933327
Octal60225135104046522236347
Binary1100001001010110111011000100010011010101010010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30955D; }

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

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

<style>
 a { background-color: #30955D; }

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

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

<style>
 span { border-color: #30955D; }

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

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