#264312

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

Shades of Black Forest #264312

Tints of Black Forest #264312

Color information

#264312 (or 0x264312) is unknown color: approx Black Forest. HEX triplet: 26, 43 and 12. RGB value is (38,67,18). Sum of RGB (Red+Green+Blue) = 38+67+18=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #264312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264312 is #D9BCED. Grayscale: #343434. Windows color (decimal): -14269678 or 1196838. OLE color: 1196838.

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

Color convert

RGB386718-
CMYK0.4300.730.74
HSL95.51º57.65%16.67%-
HSV(B)95.51º73.13%26.27%-
XYZ2.924.471.28-
YUV52.74108.39117.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=30.89%
G=54.47%
B=14.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3867180.4300.730.7495.5157.6516.67
Hex2643122B0494A603a11
Octal46103225301111121407221
Binary100110100001110010101011010010011001010110000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264312; }

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

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

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

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

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

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

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

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