#30695E

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

Shades of Eden #30695E

Tints of Eden #30695E

Color information

#30695E (or 0x30695E) is unknown color: approx Eden. HEX triplet: 30, 69 and 5E. RGB value is (48,105,94). Sum of RGB (Red+Green+Blue) = 48+105+94=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #30695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30695E is #CF96A1. Grayscale: #565656. Windows color (decimal): -13604514 or 6187312. OLE color: 6187312.

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

Color convert

RGB4810594-
CMYK0.5400.100.59
HSL168.42º37.25%30%-
HSV(B)168.42º54.29%41.18%-
XYZ8.2911.5412.38-
YUV86.7132.12100.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=19.43%
G=42.51%
B=38.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105940.5400.100.59168.4237.2530
Hex30695E360A3Ba8251e
Octal6015113666012732504536
Binary11000011010011011110110110010101110111010100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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