#2F615D

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

Shades of Eden #2F615D

Tints of Eden #2F615D

Color information

#2F615D (or 0x2F615D) is unknown color: approx Eden. HEX triplet: 2F, 61 and 5D. RGB value is (47,97,93). Sum of RGB (Red+Green+Blue) = 47+97+93=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #2F615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F615D is #D09EA2. Grayscale: #515151. Windows color (decimal): -13672099 or 6119727. OLE color: 6119727.

HSL color Cylindrical-coordinate representation of color #2F615D: hue angle of 175.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F615D is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB479793-
CMYK0.5200.040.62
HSL175.2º34.72%28.24%-
HSV(B)175.2º51.55%38.04%-
XYZ7.429.9411.88-
YUV81.59134.44103.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=19.83%
G=40.93%
B=39.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797930.5200.040.62175.234.7228.24
Hex2F615D34043Eaf231c
Octal571411356404762574334
Binary1011111100001101110111010001001111101010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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