#2F3924

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

Shades of Black Forest #2F3924

Tints of Black Forest #2F3924

Color information

#2F3924 (or 0x2F3924) is unknown color: approx Black Forest. HEX triplet: 2F, 39 and 24. RGB value is (47,57,36). Sum of RGB (Red+Green+Blue) = 47+57+36=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3924 is #D0C6DB. Grayscale: #333333. Windows color (decimal): -13682396 or 2373935. OLE color: 2373935.

HSL color Cylindrical-coordinate representation of color #2F3924: hue angle of 88.57º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F3924 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB475736-
CMYK0.1800.370.78
HSL88.57º22.58%18.24%-
HSV(B)88.57º36.84%22.35%-
XYZ2.953.662.22-
YUV51.62119.19124.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.57%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=33.57%
G=40.71%
B=25.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757360.1800.370.7888.5722.5818.24
Hex2F3924120254E591712
Octal577144220451161312722
Binary101111111001100100100100100101100111010110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,36); }

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

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

 a { background-color: rgb(47,57,36); }

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

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

 span { border-color: rgb(47,57,36); }

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