#30985D

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

Shades of Eucalyptus #30985D

Tints of Eucalyptus #30985D

Color information

#30985D (or 0x30985D) is unknown color: approx Eucalyptus. HEX triplet: 30, 98 and 5D. RGB value is (48,152,93). Sum of RGB (Red+Green+Blue) = 48+152+93=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #30985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30985D is #CF67A2. Grayscale: #727272. Windows color (decimal): -13592483 or 6133808. OLE color: 6133808.

HSL color Cylindrical-coordinate representation of color #30985D: hue angle of 145.96º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30985D is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB4815293-
CMYK0.6800.390.40
HSL145.96º52%39.22%-
HSV(B)145.96º68.42%59.61%-
XYZ14.4223.8814.2-
YUV114.18116.0480.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 152 (59.77% from 255) = 51.88%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=16.38%
G=51.88%
B=31.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152930.6800.390.40145.965239.22
Hex30985D4402728923427
Octal60230135104047502226447
Binary1100001001100010111011000100010011110100010010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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