#272F20

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

Shades of Black Forest #272F20

Tints of Black Forest #272F20

Color information

#272F20 (or 0x272F20) is unknown color: approx Black Forest. HEX triplet: 27, 2F and 20. RGB value is (39,47,32). Sum of RGB (Red+Green+Blue) = 39+47+32=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #272F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F20 is #D8D0DF. Grayscale: #2A2A2A. Windows color (decimal): -14209248 or 2109223. OLE color: 2109223.

HSL color Cylindrical-coordinate representation of color #272F20: hue angle of 92º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #272F20 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB394732-
CMYK0.1700.320.82
HSL92º18.99%15.49%-
HSV(B)92º31.91%18.43%-
XYZ2.112.571.75-
YUV42.9121.85125.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=33.05%
G=39.83%
B=27.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947320.1700.320.829218.9915.49
Hex272F2011020525c13f
Octal475740210401221342317
Binary10011110111110000010001010000010100101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272F20; }

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

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

<style>
 a { background-color: #272F20; }

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

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

<style>
 span { border-color: #272F20; }

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

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