#274412

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

Shades of Black Forest #274412

Tints of Black Forest #274412

Color information

#274412 (or 0x274412) is unknown color: approx Black Forest. HEX triplet: 27, 44 and 12. RGB value is (39,68,18). Sum of RGB (Red+Green+Blue) = 39+68+18=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #274412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274412 is #D8BBED. Grayscale: #353535. Windows color (decimal): -14203886 or 1197095. OLE color: 1197095.

HSL color Cylindrical-coordinate representation of color #274412: hue angle of 94.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274412 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB396818-
CMYK0.4300.740.73
HSL94.8º58.14%16.86%-
HSV(B)94.8º73.53%26.67%-
XYZ3.014.611.3-
YUV53.63107.89117.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=31.2%
G=54.4%
B=14.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968180.4300.740.7394.858.1416.86
Hex2744122B04A495f3a11
Octal47104225301121111377221
Binary100111100010010010101011010010101001001101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274412; }

 p { color: rgb(39,68,18); }

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

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

 a { background-color: rgb(39,68,18); }

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

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

 span { border-color: rgb(39,68,18); }

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