#284312

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

Shades of Black Forest #284312

Tints of Black Forest #284312

Color information

#284312 (or 0x284312) is unknown color: approx Black Forest. HEX triplet: 28, 43 and 12. RGB value is (40,67,18). Sum of RGB (Red+Green+Blue) = 40+67+18=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #284312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284312 is #D7BCED. Grayscale: #353535. Windows color (decimal): -14138606 or 1196840. OLE color: 1196840.

HSL color Cylindrical-coordinate representation of color #284312: hue angle of 93.06º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284312 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB406718-
CMYK0.4000.730.74
HSL93.06º57.65%16.67%-
HSV(B)93.06º73.13%26.27%-
XYZ2.994.511.28-
YUV53.34108.05118.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=32%
G=53.6%
B=14.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067180.4000.730.7493.0657.6516.67
Hex284312280494A5d3a11
Octal50103225001111121357221
Binary101000100001110010101000010010011001010101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284312; }

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

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

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

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

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

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

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

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