#2F6154

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

Shades of Eden #2F6154

Tints of Eden #2F6154

Color information

#2F6154 (or 0x2F6154) is unknown color: approx Eden. HEX triplet: 2F, 61 and 54. RGB value is (47,97,84). Sum of RGB (Red+Green+Blue) = 47+97+84=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6154 is #D09EAB. Grayscale: #505050. Windows color (decimal): -13672108 or 5529903. OLE color: 5529903.

HSL color Cylindrical-coordinate representation of color #2F6154: hue angle of 164.4º 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 #2F6154 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB479784-
CMYK0.5200.130.62
HSL164.4º34.72%28.24%-
HSV(B)164.4º51.55%38.04%-
XYZ7.059.799.91-
YUV80.57129.94104.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=20.61%
G=42.54%
B=36.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797840.5200.130.62164.434.7228.24
Hex2F6154340D3Ea4231c
Octal5714112464015762444334
Binary10111111000011010100110100011011111101010010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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