#2F6256

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

Shades of Eden #2F6256

Tints of Eden #2F6256

Color information

#2F6256 (or 0x2F6256) is unknown color: approx Eden. HEX triplet: 2F, 62 and 56. RGB value is (47,98,86). Sum of RGB (Red+Green+Blue) = 47+98+86=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6256 is #D09DA9. Grayscale: #515151. Windows color (decimal): -13671850 or 5661231. OLE color: 5661231.

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

Color convert

RGB479886-
CMYK0.5200.120.62
HSL165.88º35.17%28.43%-
HSV(B)165.88º52.04%38.43%-
XYZ7.2210.0110.36-
YUV81.38130.6103.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.35%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=20.35%
G=42.42%
B=37.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798860.5200.120.62165.8835.1728.43
Hex2F6256340C3Ea6231c
Octal5714212664014762464334
Binary10111111000101010110110100011001111101010011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,98,86); }

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

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

 a { background-color: rgb(47,98,86); }

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

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

 span { border-color: rgb(47,98,86); }

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