#082E0C

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

Shades of Deep Fir #082E0C

Tints of Deep Fir #082E0C

Color information

#082E0C (or 0x082E0C) is unknown color: approx Deep Fir. HEX triplet: 08, 2E and 0C. RGB value is (8,46,12). Sum of RGB (Red+Green+Blue) = 8+46+12=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 46 (18.36% from 255 or 69.70% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 46 - color contains mainly: green. Hex color #082E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082E0C is #F7D1F3. Grayscale: #1E1E1E. Windows color (decimal): -16241140 or 798216. OLE color: 798216.

HSL color Cylindrical-coordinate representation of color #082E0C: hue angle of 126.32º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082E0C is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB84612-
CMYK0.8300.740.82
HSL126.32º70.37%10.59%-
HSV(B)126.32º82.61%18.04%-
XYZ1.142.030.68-
YUV30.76117.41111.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 46 (18.36% from 255) = 69.70%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=12.12%
G=69.70%
B=18.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal846120.8300.740.82126.3270.3710.59
Hex82EC5304A527e46b
Octal105614123011212217610613
Binary100010111011001010011010010101010010111111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082E0C; }

 p { color: rgb(8,46,12); }

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

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

 a { background-color: rgb(8,46,12); }

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

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

 span { border-color: rgb(8,46,12); }

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