#082A11

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

Shades of Deep Fir #082A11

Tints of Deep Fir #082A11

Color information

#082A11 (or 0x082A11) is unknown color: approx Deep Fir. HEX triplet: 08, 2A and 11. RGB value is (8,42,17). Sum of RGB (Red+Green+Blue) = 8+42+17=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #082A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A11 is #F7D5EE. Grayscale: #1D1D1D. Windows color (decimal): -16242159 or 1124872. OLE color: 1124872.

HSL color Cylindrical-coordinate representation of color #082A11: hue angle of 135.88º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082A11 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB84217-
CMYK0.8100.600.84
HSL135.88º68%9.8%-
HSV(B)135.88º80.95%16.47%-
XYZ1.031.750.81-
YUV28.98121.24113.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 42 (16.80% from 255) = 62.69%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=11.94%
G=62.69%
B=25.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal842170.8100.600.84135.88689.8
Hex82A115103C548844a
Octal10522112107412421010412
Binary1000101010100011010001011110010101001000100010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,42,17); }

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

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

 a { background-color: rgb(8,42,17); }

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

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

 span { border-color: rgb(8,42,17); }

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