#2F6B5F

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

Shades of Eden #2F6B5F

Tints of Eden #2F6B5F

Color information

#2F6B5F (or 0x2F6B5F) is unknown color: approx Eden. HEX triplet: 2F, 6B and 5F. RGB value is (47,107,95). Sum of RGB (Red+Green+Blue) = 47+107+95=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B5F is #D094A0. Grayscale: #575757. Windows color (decimal): -13669537 or 6253359. OLE color: 6253359.

HSL color Cylindrical-coordinate representation of color #2F6B5F: hue angle of 168º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6B5F is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB4710795-
CMYK0.5600.110.58
HSL168º38.96%30.2%-
HSV(B)168º56.07%41.96%-
XYZ8.511.9512.68-
YUV87.69132.1298.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=18.88%
G=42.97%
B=38.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107950.5600.110.5816838.9630.2
Hex2F6B5F380B3Aa8271e
Octal5715313770013722504736
Binary10111111010111011111111000010111110101010100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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