#30685A

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

Shades of Eden #30685A

Tints of Eden #30685A

Color information

#30685A (or 0x30685A) is unknown color: approx Eden. HEX triplet: 30, 68 and 5A. RGB value is (48,104,90). Sum of RGB (Red+Green+Blue) = 48+104+90=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #30685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30685A is #CF97A5. Grayscale: #555555. Windows color (decimal): -13604774 or 5924912. OLE color: 5924912.

HSL color Cylindrical-coordinate representation of color #30685A: hue angle of 165º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30685A is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB4810490-
CMYK0.5400.130.59
HSL165º36.84%29.8%-
HSV(B)165º53.85%40.78%-
XYZ8.0111.2711.43-
YUV85.66130.45101.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=19.83%
G=42.98%
B=37.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104900.5400.130.5916536.8429.8
Hex30685A360D3Ba5251e
Octal6015013266015732454536
Binary11000011010001011010110110011011110111010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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