#28460D

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

Shades of Black Forest #28460D

Tints of Black Forest #28460D

Color information

#28460D (or 0x28460D) is unknown color: approx Black Forest. HEX triplet: 28, 46 and 0D. RGB value is (40,70,13). Sum of RGB (Red+Green+Blue) = 40+70+13=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #28460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28460D is #D7B9F2. Grayscale: #363636. Windows color (decimal): -14137843 or 869928. OLE color: 869928.

HSL color Cylindrical-coordinate representation of color #28460D: hue angle of 91.58º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28460D is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB407013-
CMYK0.4300.810.73
HSL91.58º68.67%16.27%-
HSV(B)91.58º81.43%27.45%-
XYZ3.144.861.15-
YUV54.53104.56117.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 70 (27.73% from 255) = 56.91%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=32.52%
G=56.91%
B=10.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4070130.4300.810.7391.5868.6716.27
Hex2846D2B051495c4510
Octal501061553012111113410520
Binary101000100011011011010110101000110010011011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28460D; }

 p { color: rgb(40,70,13); }

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

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

 a { background-color: rgb(40,70,13); }

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

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

 span { border-color: rgb(40,70,13); }

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