#30695C

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

Shades of Eden #30695C

Tints of Eden #30695C

Color information

#30695C (or 0x30695C) is unknown color: approx Eden. HEX triplet: 30, 69 and 5C. RGB value is (48,105,92). Sum of RGB (Red+Green+Blue) = 48+105+92=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #30695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30695C is #CF96A3. Grayscale: #565656. Windows color (decimal): -13604516 or 6056240. OLE color: 6056240.

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

Color convert

RGB4810592-
CMYK0.5400.120.59
HSL166.32º37.25%30%-
HSV(B)166.32º54.29%41.18%-
XYZ8.211.511.91-
YUV86.48131.12100.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=19.59%
G=42.86%
B=37.55%

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
Decimal48105920.5400.120.59166.3237.2530
Hex30695C360C3Ba6251e
Octal6015113466014732464536
Binary11000011010011011100110110011001110111010011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30695C; }

 p { color: rgb(48,105,92); }

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

<style>
 a { background-color: #30695C; }

 a { background-color: rgb(48,105,92); }

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

<style>
 span { border-color: #30695C; }

 span { border-color: rgb(48,105,92); }

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