#28480D

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

Shades of Black Forest #28480D

Tints of Black Forest #28480D

Color information

#28480D (or 0x28480D) is unknown color: approx Black Forest. HEX triplet: 28, 48 and 0D. RGB value is (40,72,13). Sum of RGB (Red+Green+Blue) = 40+72+13=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #28480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28480D is #D7B7F2. Grayscale: #373737. Windows color (decimal): -14137331 or 870440. OLE color: 870440.

HSL color Cylindrical-coordinate representation of color #28480D: hue angle of 92.54º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28480D is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB407213-
CMYK0.4400.820.72
HSL92.54º69.41%16.67%-
HSV(B)92.54º81.94%28.24%-
XYZ3.275.111.2-
YUV55.71103.9116.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=32%
G=57.6%
B=10.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072130.4400.820.7292.5469.4116.67
Hex2848D2C052485d4511
Octal501101554012211013510521
Binary101000100100011011011000101001010010001011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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