#264212

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

Shades of Black Forest #264212

Tints of Black Forest #264212

Color information

#264212 (or 0x264212) is unknown color: approx Black Forest. HEX triplet: 26, 42 and 12. RGB value is (38,66,18). Sum of RGB (Red+Green+Blue) = 38+66+18=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #264212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264212 is #D9BDED. Grayscale: #343434. Windows color (decimal): -14269934 or 1196582. OLE color: 1196582.

HSL color Cylindrical-coordinate representation of color #264212: hue angle of 95º 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 #264212 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB386618-
CMYK0.4200.730.74
HSL95º57.14%16.47%-
HSV(B)95º72.73%25.88%-
XYZ2.864.351.26-
YUV52.16108.72117.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=31.15%
G=54.10%
B=14.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866180.4200.730.749557.1416.47
Hex2642122A0494A5f3910
Octal46102225201111121377120
Binary100110100001010010101010010010011001010101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264212; }

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

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

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

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

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

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

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

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