#2F312D

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

Shades of Black Forest #2F312D

Tints of Black Forest #2F312D

Color information

#2F312D (or 0x2F312D) is unknown color: approx Black Forest. HEX triplet: 2F, 31 and 2D. RGB value is (47,49,45). Sum of RGB (Red+Green+Blue) = 47+49+45=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 49 - color contains mainly: green. Hex color #2F312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F312D is #D0CED2. Grayscale: #2F2F2F. Windows color (decimal): -13684435 or 2961711. OLE color: 2961711.

HSL color Cylindrical-coordinate representation of color #2F312D: hue angle of 90º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2F312D is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB474945-
CMYK0.0400.080.81
HSL90º4.26%18.43%-
HSV(B)90º8.16%19.22%-
XYZ2.742.992.92-
YUV47.95126.34127.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=33.33%
G=34.75%
B=31.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749450.0400.080.81904.2618.43
Hex2F312D408515a412
Octal5761554010121132422
Binary101111110001101101100010001010001101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,45); }

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

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

 a { background-color: rgb(47,49,45); }

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

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

 span { border-color: rgb(47,49,45); }

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