#2F725C

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

Shades of Eden #2F725C

Tints of Eden #2F725C

Color information

#2F725C (or 0x2F725C) is unknown color: approx Eden. HEX triplet: 2F, 72 and 5C. RGB value is (47,114,92). Sum of RGB (Red+Green+Blue) = 47+114+92=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #2F725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F725C is #D08DA3. Grayscale: #5B5B5B. Windows color (decimal): -13667748 or 6058543. OLE color: 6058543.

HSL color Cylindrical-coordinate representation of color #2F725C: hue angle of 160.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F725C is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB4711492-
CMYK0.5900.190.55
HSL160.3º41.61%31.57%-
HSV(B)160.3º58.77%44.71%-
XYZ9.1213.4112.23-
YUV91.46128.396.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=18.58%
G=45.06%
B=36.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114920.5900.190.55160.341.6131.57
Hex2F725C3B01337a02a20
Octal5716213473023672405240
Binary1011111110010101110011101101001111011110100000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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