#28480F

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

Shades of Black Forest #28480F

Tints of Black Forest #28480F

Color information

#28480F (or 0x28480F) is unknown color: approx Black Forest. HEX triplet: 28, 48 and 0F. RGB value is (40,72,15). Sum of RGB (Red+Green+Blue) = 40+72+15=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #28480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28480F is #D7B7F0. Grayscale: #383838. Windows color (decimal): -14137329 or 1001512. OLE color: 1001512.

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

Color convert

RGB407215-
CMYK0.4400.790.72
HSL93.68º65.52%17.06%-
HSV(B)93.68º79.17%28.24%-
XYZ3.285.121.27-
YUV55.93104.9116.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 72 (28.52% from 255) = 56.69%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=31.50%
G=56.69%
B=11.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4072150.4400.790.7293.6865.5217.06
Hex2848F2C04F485e4211
Octal501101754011711013610221
Binary101000100100011111011000100111110010001011110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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