#082D0F

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

Shades of Deep Fir #082D0F

Tints of Deep Fir #082D0F

Color information

#082D0F (or 0x082D0F) is unknown color: approx Deep Fir. HEX triplet: 08, 2D and 0F. RGB value is (8,45,15). Sum of RGB (Red+Green+Blue) = 8+45+15=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 45 (17.97% from 255 or 66.18% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 45 - color contains mainly: green. Hex color #082D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082D0F is #F7D2F0. Grayscale: #1E1E1E. Windows color (decimal): -16241393 or 994568. OLE color: 994568.

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

Color convert

RGB84515-
CMYK0.8200.670.82
HSL131.35º69.81%10.39%-
HSV(B)131.35º82.22%17.65%-
XYZ1.121.960.77-
YUV30.52119.24111.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.76%
GREEN value IS 45 (17.97% from 255) = 66.18%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=11.76%
G=66.18%
B=22.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal845150.8200.670.82131.3569.8110.39
Hex82DF52043528346a
Octal105517122010312220310612
Binary1000101101111110100100100001110100101000001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,45,15); }

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

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

 a { background-color: rgb(8,45,15); }

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

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

 span { border-color: rgb(8,45,15); }

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