#284014

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

Shades of Black Forest #284014

Tints of Black Forest #284014

Color information

#284014 (or 0x284014) is unknown color: approx Black Forest. HEX triplet: 28, 40 and 14. RGB value is (40,64,20). Sum of RGB (Red+Green+Blue) = 40+64+20=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #284014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284014 is #D7BFEB. Grayscale: #333333. Windows color (decimal): -14139372 or 1327144. OLE color: 1327144.

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

Color convert

RGB406420-
CMYK0.3800.690.75
HSL92.73º52.38%16.47%-
HSV(B)92.73º68.75%25.1%-
XYZ2.834.171.32-
YUV51.81110.05119.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.26%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=32.26%
G=51.61%
B=16.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064200.3800.690.7592.7352.3816.47
Hex284014260454B5d3410
Octal50100244601051131356420
Binary101000100000010100100110010001011001011101110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284014; }

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

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

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

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

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

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

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

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