#2F5F53

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

Shades of Eden #2F5F53

Tints of Eden #2F5F53

Color information

#2F5F53 (or 0x2F5F53) is unknown color: approx Eden. HEX triplet: 2F, 5F and 53. RGB value is (47,95,83). Sum of RGB (Red+Green+Blue) = 47+95+83=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5F53 is #D0A0AC. Grayscale: #4F4F4F. Windows color (decimal): -13672621 or 5463855. OLE color: 5463855.

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

Color convert

RGB479583-
CMYK0.5100.130.63
HSL165º33.8%27.84%-
HSV(B)165º50.53%37.25%-
XYZ6.839.419.64-
YUV79.28130.1104.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=20.89%
G=42.22%
B=36.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795830.5100.130.6316533.827.84
Hex2F5F53330D3Fa5221c
Octal5713712363015772454234
Binary10111110111111010011110011011011111111010010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,83); }

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

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

 a { background-color: rgb(47,95,83); }

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

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

 span { border-color: rgb(47,95,83); }

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