#30945E

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

Shades of Eucalyptus #30945E

Tints of Eucalyptus #30945E

Color information

#30945E (or 0x30945E) is unknown color: approx Eucalyptus. HEX triplet: 30, 94 and 5E. RGB value is (48,148,94). Sum of RGB (Red+Green+Blue) = 48+148+94=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #30945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30945E is #CF6BA1. Grayscale: #707070. Windows color (decimal): -13593506 or 6198320. OLE color: 6198320.

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

Color convert

RGB4814894-
CMYK0.6800.360.42
HSL147.6º51.02%38.43%-
HSV(B)147.6º67.57%58.04%-
XYZ13.8322.6214.23-
YUV111.94117.8782.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=16.55%
G=51.03%
B=32.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48148940.6800.360.42147.651.0238.43
Hex30945E440242A943326
Octal60224136104044522246346
Binary1100001001010010111101000100010010010101010010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30945E; }

 p { color: rgb(48,148,94); }

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

<style>
 a { background-color: #30945E; }

 a { background-color: rgb(48,148,94); }

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

<style>
 span { border-color: #30945E; }

 span { border-color: rgb(48,148,94); }

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