#30685B

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

Shades of Eden #30685B

Tints of Eden #30685B

Color information

#30685B (or 0x30685B) is unknown color: approx Eden. HEX triplet: 30, 68 and 5B. RGB value is (48,104,91). Sum of RGB (Red+Green+Blue) = 48+104+91=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #30685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30685B is #CF97A4. Grayscale: #555555. Windows color (decimal): -13604773 or 5990448. OLE color: 5990448.

HSL color Cylindrical-coordinate representation of color #30685B: hue angle of 166.07º 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 #30685B is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB4810491-
CMYK0.5400.120.59
HSL166.07º36.84%29.8%-
HSV(B)166.07º53.85%40.78%-
XYZ8.0611.2811.65-
YUV85.77130.95101.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=19.75%
G=42.80%
B=37.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104910.5400.120.59166.0736.8429.8
Hex30685B360C3Ba6251e
Octal6015013366014732464536
Binary11000011010001011011110110011001110111010011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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