#26480C

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

Shades of Black Forest #26480C

Tints of Black Forest #26480C

Color information

#26480C (or 0x26480C) is unknown color: approx Black Forest. HEX triplet: 26, 48 and 0C. RGB value is (38,72,12). Sum of RGB (Red+Green+Blue) = 38+72+12=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #26480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26480C is #D9B7F3. Grayscale: #373737. Windows color (decimal): -14268404 or 804902. OLE color: 804902.

HSL color Cylindrical-coordinate representation of color #26480C: hue angle of 94º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26480C is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB387212-
CMYK0.4700.830.72
HSL94º71.43%16.47%-
HSV(B)94º83.33%28.24%-
XYZ3.185.071.16-
YUV54.99103.74115.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 72 (28.52% from 255) = 59.02%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=31.15%
G=59.02%
B=9.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3872120.4700.830.729471.4316.47
Hex2648C2F053485e4710
Octal461101457012311013610720
Binary100110100100011001011110101001110010001011110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26480C; }

 p { color: rgb(38,72,12); }

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

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

 a { background-color: rgb(38,72,12); }

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

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

 span { border-color: rgb(38,72,12); }

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