#30945A

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

Shades of Eucalyptus #30945A

Tints of Eucalyptus #30945A

Color information

#30945A (or 0x30945A) is unknown color: approx Eucalyptus. HEX triplet: 30, 94 and 5A. RGB value is (48,148,90). Sum of RGB (Red+Green+Blue) = 48+148+90=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #30945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30945A is #CF6BA5. Grayscale: #6F6F6F. Windows color (decimal): -13593510 or 5936176. OLE color: 5936176.

HSL color Cylindrical-coordinate representation of color #30945A: hue angle of 145.2º 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 #30945A is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB4814890-
CMYK0.6800.390.42
HSL145.2º51.02%38.43%-
HSV(B)145.2º67.57%58.04%-
XYZ13.6522.5513.31-
YUV111.49115.8782.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 148 (58.20% from 255) = 51.75%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=16.78%
G=51.75%
B=31.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48148900.6800.390.42145.251.0238.43
Hex30945A440272A913326
Octal60224132104047522216346
Binary1100001001010010110101000100010011110101010010001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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