#082E14

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

Shades of Deep Fir #082E14

Tints of Deep Fir #082E14

Color information

#082E14 (or 0x082E14) is unknown color: approx Deep Fir. HEX triplet: 08, 2E and 14. RGB value is (8,46,20). Sum of RGB (Red+Green+Blue) = 8+46+20=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #082E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082E14 is #F7D1EB. Grayscale: #1F1F1F. Windows color (decimal): -16241132 or 1322504. OLE color: 1322504.

HSL color Cylindrical-coordinate representation of color #082E14: hue angle of 138.95º 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 #082E14 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB84620-
CMYK0.8300.570.82
HSL138.95º70.37%10.59%-
HSV(B)138.95º82.61%18.04%-
XYZ1.22.061-
YUV31.67121.41111.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 46 (18.36% from 255) = 62.16%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=10.81%
G=62.16%
B=27.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal846200.8300.570.82138.9570.3710.59
Hex82E1453039528b46b
Octal10562412307112221310613
Binary1000101110101001010011011100110100101000101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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