#2F695D

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

Shades of Eden #2F695D

Tints of Eden #2F695D

Color information

#2F695D (or 0x2F695D) is unknown color: approx Eden. HEX triplet: 2F, 69 and 5D. RGB value is (47,105,93). Sum of RGB (Red+Green+Blue) = 47+105+93=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #2F695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F695D is #D096A2. Grayscale: #565656. Windows color (decimal): -13670051 or 6121775. OLE color: 6121775.

HSL color Cylindrical-coordinate representation of color #2F695D: hue angle of 167.59º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F695D is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB4710593-
CMYK0.5500.110.59
HSL167.59º38.16%29.8%-
HSV(B)167.59º55.24%41.18%-
XYZ8.211.512.14-
YUV86.29131.7899.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=19.18%
G=42.86%
B=37.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47105930.5500.110.59167.5938.1629.8
Hex2F695D370B3Ba8261e
Octal5715113567013732504636
Binary10111111010011011101110111010111110111010100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F695D; }

 p { color: rgb(47,105,93); }

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

<style>
 a { background-color: #2F695D; }

 a { background-color: rgb(47,105,93); }

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

<style>
 span { border-color: #2F695D; }

 span { border-color: rgb(47,105,93); }

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