#27470F

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

Shades of Black Forest #27470F

Tints of Black Forest #27470F

Color information

#27470F (or 0x27470F) is unknown color: approx Black Forest. HEX triplet: 27, 47 and 0F. RGB value is (39,71,15). Sum of RGB (Red+Green+Blue) = 39+71+15=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #27470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27470F is #D8B8F0. Grayscale: #373737. Windows color (decimal): -14203121 or 1001255. OLE color: 1001255.

HSL color Cylindrical-coordinate representation of color #27470F: hue angle of 94.29º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27470F is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB397115-
CMYK0.4500.790.72
HSL94.29º65.12%16.86%-
HSV(B)94.29º78.87%27.84%-
XYZ3.184.971.24-
YUV55.05105.4116.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 15 (6.25% from 255) = 12%
R=31.2%
G=56.8%
B=12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971150.4500.790.7294.2965.1216.86
Hex2747F2D04F485e4111
Octal471071755011711013610121
Binary100111100011111111011010100111110010001011110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27470F; }

 p { color: rgb(39,71,15); }

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

<style>
 a { background-color: #27470F; }

 a { background-color: rgb(39,71,15); }

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

<style>
 span { border-color: #27470F; }

 span { border-color: rgb(39,71,15); }

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