#082C11

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

Shades of Deep Fir #082C11

Tints of Deep Fir #082C11

Color information

#082C11 (or 0x082C11) is unknown color: approx Deep Fir. HEX triplet: 08, 2C and 11. RGB value is (8,44,17). Sum of RGB (Red+Green+Blue) = 8+44+17=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 44 (17.58% from 255 or 63.77% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 44 - color contains mainly: green. Hex color #082C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082C11 is #F7D3EE. Grayscale: #1E1E1E. Windows color (decimal): -16241647 or 1125384. OLE color: 1125384.

HSL color Cylindrical-coordinate representation of color #082C11: hue angle of 135º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082C11 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB84417-
CMYK0.8200.610.83
HSL135º69.23%10.2%-
HSV(B)135º81.82%17.25%-
XYZ1.11.890.84-
YUV30.16120.57112.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 44 (17.58% from 255) = 63.77%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=11.59%
G=63.77%
B=24.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal844170.8200.610.8313569.2310.2
Hex82C115203D538745a
Octal10542112207512320710512
Binary1000101100100011010010011110110100111000011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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