#30946A

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

Shades of Eucalyptus #30946A

Tints of Eucalyptus #30946A

Color information

#30946A (or 0x30946A) is unknown color: approx Eucalyptus. HEX triplet: 30, 94 and 6A. RGB value is (48,148,106). Sum of RGB (Red+Green+Blue) = 48+148+106=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #30946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30946A is #CF6B95. Grayscale: #717171. Windows color (decimal): -13593494 or 6984752. OLE color: 6984752.

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

Color convert

RGB48148106-
CMYK0.6800.280.42
HSL154.8º51.02%38.43%-
HSV(B)154.8º67.57%58.04%-
XYZ14.4122.8517.29-
YUV113.31123.8781.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=15.89%
G=49.01%
B=35.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481481060.6800.280.42154.851.0238.43
Hex30946A4401C2A9b3326
Octal60224152104034522336346
Binary110000100101001101010100010001110010101010011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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