#30916d

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

Shades of Eucalyptus #30916D

Tints of Eucalyptus #30916D

Color information

#30916D (or 0x30916D) is unknown color: approx Eucalyptus. HEX triplet: 30, 91 and 6D. RGB value is (48,145,109). Sum of RGB (Red+Green+Blue) = 48+145+109=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #30916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30916D is #CF6E92. Grayscale: #6F6F6F. Windows color (decimal): -13594259 or 7180592. OLE color: 7180592.

HSL color Cylindrical-coordinate representation of color #30916D: hue angle of 157.73º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30916D is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB48145109-
CMYK0.6700.250.43
HSL157.73º50.26%37.84%-
HSV(B)157.73º66.9%56.86%-
XYZ14.121.9817.97-
YUV111.89126.3682.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 145 (57.03% from 255) = 48.01%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=15.89%
G=48.01%
B=36.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481451090.6700.250.43157.7350.2637.84
Hex30916D430192B9e3226
Octal60221155103031532366246
Binary110000100100011101101100001101100110101110011110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30916d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30916d; }

 p { color: rgb(48,145,109); }

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

<style>
 a { background-color: #30916d; }

 a { background-color: rgb(48,145,109); }

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

<style>
 span { border-color: #30916d; }

 span { border-color: rgb(48,145,109); }

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