#2F3927

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

Shades of Black Forest #2F3927

Tints of Black Forest #2F3927

Color information

#2F3927 (or 0x2F3927) is unknown color: approx Black Forest. HEX triplet: 2F, 39 and 27. RGB value is (47,57,39). Sum of RGB (Red+Green+Blue) = 47+57+39=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3927 is #D0C6D8. Grayscale: #343434. Windows color (decimal): -13682393 or 2570543. OLE color: 2570543.

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

Color convert

RGB475739-
CMYK0.1800.320.78
HSL93.33º18.75%18.82%-
HSV(B)93.33º31.58%22.35%-
XYZ33.682.47-
YUV51.96120.69124.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.87%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=32.87%
G=39.86%
B=27.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757390.1800.320.7893.3318.7518.82
Hex2F3927120204E5d1313
Octal577147220401161352323
Binary101111111001100111100100100000100111010111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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