#30935D

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

Shades of Eucalyptus #30935D

Tints of Eucalyptus #30935D

Color information

#30935D (or 0x30935D) is unknown color: approx Eucalyptus. HEX triplet: 30, 93 and 5D. RGB value is (48,147,93). Sum of RGB (Red+Green+Blue) = 48+147+93=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #30935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30935D is #CF6CA2. Grayscale: #6F6F6F. Windows color (decimal): -13593763 or 6132528. OLE color: 6132528.

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

Color convert

RGB4814793-
CMYK0.6700.370.42
HSL147.27º50.77%38.24%-
HSV(B)147.27º67.35%57.65%-
XYZ13.6322.2913.94-
YUV111.24117.782.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=16.67%
G=51.04%
B=32.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48147930.6700.370.42147.2750.7738.24
Hex30935D430252A933326
Octal60223135103045522236346
Binary1100001001001110111011000011010010110101010010011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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