#2F6158

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

Shades of Eden #2F6158

Tints of Eden #2F6158

Color information

#2F6158 (or 0x2F6158) is unknown color: approx Eden. HEX triplet: 2F, 61 and 58. RGB value is (47,97,88). Sum of RGB (Red+Green+Blue) = 47+97+88=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6158 is #D09EA7. Grayscale: #515151. Windows color (decimal): -13672104 or 5792047. OLE color: 5792047.

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

Color convert

RGB479788-
CMYK0.5200.090.62
HSL169.2º34.72%28.24%-
HSV(B)169.2º51.55%38.04%-
XYZ7.219.8610.76-
YUV81.02131.94103.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=20.26%
G=41.81%
B=37.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797880.5200.090.62169.234.7228.24
Hex2F615834093Ea9231c
Octal5714113064011762514334
Binary10111111000011011000110100010011111101010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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