#2F655E

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

Shades of Eden #2F655E

Tints of Eden #2F655E

Color information

#2F655E (or 0x2F655E) is unknown color: approx Eden. HEX triplet: 2F, 65 and 5E. RGB value is (47,101,94). Sum of RGB (Red+Green+Blue) = 47+101+94=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #2F655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F655E is #D09AA1. Grayscale: #545454. Windows color (decimal): -13671074 or 6186287. OLE color: 6186287.

HSL color Cylindrical-coordinate representation of color #2F655E: hue angle of 172.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F655E is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB4710194-
CMYK0.5300.070.60
HSL172.22º36.49%29.02%-
HSV(B)172.22º53.47%39.61%-
XYZ7.8510.7212.25-
YUV84.06133.61101.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=19.42%
G=41.74%
B=38.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal47101940.5300.070.60172.2236.4929.02
Hex2F655E35073Cac241d
Octal571451366507742544435
Binary1011111100101101111011010101111111001010110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,101,94); }

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

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

 a { background-color: rgb(47,101,94); }

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

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

 span { border-color: rgb(47,101,94); }

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