#084212

Color #084212 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #084212

Tints of Deep Fir #084212

Color information

#084212 (or 0x084212) is unknown color: approx Deep Fir. HEX triplet: 08, 42 and 12. RGB value is (8,66,18). Sum of RGB (Red+Green+Blue) = 8+66+18=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #084212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084212 is #F7BDED. Grayscale: #2B2B2B. Windows color (decimal): -16236014 or 1196552. OLE color: 1196552.

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

Color convert

RGB86618-
CMYK0.8800.730.74
HSL130.34º78.38%14.51%-
HSV(B)130.34º87.88%25.88%-
XYZ2.163.991.23-
YUV43.19113.78102.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.70%
GREEN value IS 66 (26.17% from 255) = 71.74%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=8.70%
G=71.74%
B=19.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866180.8800.730.74130.3478.3814.51
Hex84212580494A824ef
Octal1010222130011111220211617
Binary100010000101001010110000100100110010101000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084212; }

 p { color: rgb(8,66,18); }

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

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

 a { background-color: rgb(8,66,18); }

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

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

 span { border-color: rgb(8,66,18); }

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