#28480E

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

Shades of Black Forest #28480E

Tints of Black Forest #28480E

Color information

#28480E (or 0x28480E) is unknown color: approx Black Forest. HEX triplet: 28, 48 and 0E. RGB value is (40,72,14). Sum of RGB (Red+Green+Blue) = 40+72+14=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #28480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28480E is #D7B7F1. Grayscale: #383838. Windows color (decimal): -14137330 or 935976. OLE color: 935976.

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

Color convert

RGB407214-
CMYK0.4400.810.72
HSL93.1º67.44%16.86%-
HSV(B)93.1º80.56%28.24%-
XYZ3.275.121.23-
YUV55.82104.4116.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=31.75%
G=57.14%
B=11.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072140.4400.810.7293.167.4416.86
Hex2848E2C051485d4311
Octal501101654012111013510321
Binary101000100100011101011000101000110010001011101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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