#264018

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

Shades of Black Forest #264018

Tints of Black Forest #264018

Color information

#264018 (or 0x264018) is unknown color: approx Black Forest. HEX triplet: 26, 40 and 18. RGB value is (38,64,24). Sum of RGB (Red+Green+Blue) = 38+64+24=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #264018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264018 is #D9BFE7. Grayscale: #333333. Windows color (decimal): -14270440 or 1589286. OLE color: 1589286.

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

Color convert

RGB386424-
CMYK0.4100.620.75
HSL99º45.45%17.25%-
HSV(B)99º62.5%25.1%-
XYZ2.84.141.52-
YUV51.67112.39118.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.16%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=30.16%
G=50.79%
B=19.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864240.4100.620.759945.4517.25
Hex2640182903E4B632d11
Octal4610030510761131435521
Binary10011010000001100010100101111101001011110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264018; }

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

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

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

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

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

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

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

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