#264017

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

Shades of Black Forest #264017

Tints of Black Forest #264017

Color information

#264017 (or 0x264017) is unknown color: approx Black Forest. HEX triplet: 26, 40 and 17. RGB value is (38,64,23). Sum of RGB (Red+Green+Blue) = 38+64+23=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #264017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264017 is #D9BFE8. Grayscale: #333333. Windows color (decimal): -14270441 or 1523750. OLE color: 1523750.

HSL color Cylindrical-coordinate representation of color #264017: hue angle of 98.05º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #264017 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB386423-
CMYK0.4100.640.75
HSL98.05º47.13%17.06%-
HSV(B)98.05º64.06%25.1%-
XYZ2.794.141.46-
YUV51.55111.89118.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=30.4%
G=51.2%
B=18.4%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864230.4100.640.7598.0547.1317.06
Hex264017290404B622f11
Octal46100275101001131425721
Binary100110100000010111101001010000001001011110001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264017; }

 p { color: rgb(38,64,23); }

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

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

 a { background-color: rgb(38,64,23); }

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

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

 span { border-color: rgb(38,64,23); }

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