#2F605C

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

Shades of Eden #2F605C

Tints of Eden #2F605C

Color information

#2F605C (or 0x2F605C) is unknown color: approx Eden. HEX triplet: 2F, 60 and 5C. RGB value is (47,96,92). Sum of RGB (Red+Green+Blue) = 47+96+92=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #2F605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F605C is #D09FA3. Grayscale: #505050. Windows color (decimal): -13672356 or 6053935. OLE color: 6053935.

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

Color convert

RGB479692-
CMYK0.5100.040.62
HSL175.1º34.27%28.04%-
HSV(B)175.1º51.04%37.65%-
XYZ7.299.7411.62-
YUV80.89134.27103.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=20%
G=40.85%
B=39.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796920.5100.040.62175.134.2728.04
Hex2F605C33043Eaf221c
Octal571401346304762574234
Binary1011111100000101110011001101001111101010111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,92); }

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

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

 a { background-color: rgb(47,96,92); }

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

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

 span { border-color: rgb(47,96,92); }

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