#284012

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

Shades of Black Forest #284012

Tints of Black Forest #284012

Color information

#284012 (or 0x284012) is unknown color: approx Black Forest. HEX triplet: 28, 40 and 12. RGB value is (40,64,18). Sum of RGB (Red+Green+Blue) = 40+64+18=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #284012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284012 is #D7BFED. Grayscale: #333333. Windows color (decimal): -14139374 or 1196072. OLE color: 1196072.

HSL color Cylindrical-coordinate representation of color #284012: hue angle of 91.3º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #284012 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB406418-
CMYK0.3800.720.75
HSL91.3º56.1%16.08%-
HSV(B)91.3º71.88%25.1%-
XYZ2.824.161.23-
YUV51.58109.05119.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=32.79%
G=52.46%
B=14.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064180.3800.720.7591.356.116.08
Hex284012260484B5b3810
Octal50100224601101131337020
Binary101000100000010010100110010010001001011101101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284012; }

 p { color: rgb(40,64,18); }

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

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

 a { background-color: rgb(40,64,18); }

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

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

 span { border-color: rgb(40,64,18); }

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