#082912

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

Shades of Deep Fir #082912

Tints of Deep Fir #082912

Color information

#082912 (or 0x082912) is unknown color: approx Deep Fir. HEX triplet: 08, 29 and 12. RGB value is (8,41,18). Sum of RGB (Red+Green+Blue) = 8+41+18=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #082912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082912 is #F7D6ED. Grayscale: #1C1C1C. Windows color (decimal): -16242414 or 1190152. OLE color: 1190152.

HSL color Cylindrical-coordinate representation of color #082912: hue angle of 138.18º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082912 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB84118-
CMYK0.8000.560.84
HSL138.18º67.35%9.61%-
HSV(B)138.18º80.49%16.08%-
XYZ11.680.84-
YUV28.51122.07113.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 41 (16.41% from 255) = 61.19%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=11.94%
G=61.19%
B=26.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal841180.8000.560.84138.1867.359.61
Hex8291250038548a43a
Octal10512212007012421210312
Binary1000101001100101010000011100010101001000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082912; }

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

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

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

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

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

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

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

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