#274212

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

Shades of Black Forest #274212

Tints of Black Forest #274212

Color information

#274212 (or 0x274212) is unknown color: approx Black Forest. HEX triplet: 27, 42 and 12. RGB value is (39,66,18). Sum of RGB (Red+Green+Blue) = 39+66+18=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #274212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274212 is #D8BDED. Grayscale: #343434. Windows color (decimal): -14204398 or 1196583. OLE color: 1196583.

HSL color Cylindrical-coordinate representation of color #274212: hue angle of 93.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274212 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB396618-
CMYK0.4100.730.74
HSL93.75º57.14%16.47%-
HSV(B)93.75º72.73%25.88%-
XYZ2.894.371.26-
YUV52.46108.55118.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=31.71%
G=53.66%
B=14.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966180.4100.730.7493.7557.1416.47
Hex274212290494A5e3910
Octal47102225101111121367120
Binary100111100001010010101001010010011001010101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274212; }

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

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

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

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

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

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

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

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