#0D3112

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

Shades of Deep Fir #0D3112

Tints of Deep Fir #0D3112

Color information

#0D3112 (or 0x0D3112) is unknown color: approx Deep Fir. HEX triplet: 0D, 31 and 12. RGB value is (13,49,18). Sum of RGB (Red+Green+Blue) = 13+49+18=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3112 is #F2CEED. Grayscale: #222222. Windows color (decimal): -15912686 or 1192205. OLE color: 1192205.

HSL color Cylindrical-coordinate representation of color #0D3112: hue angle of 128.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3112 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB134918-
CMYK0.7300.630.81
HSL128.33º58.06%12.16%-
HSV(B)128.33º73.47%19.22%-
XYZ1.372.330.95-
YUV34.7118.57112.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 49 (19.53% from 255) = 61.25%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=16.25%
G=61.25%
B=22.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349180.7300.630.81128.3358.0612.16
HexD31124903F51803ac
Octal1561221110771212007214
Binary110111000110010100100101111111010001100000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3112; }

 p { color: rgb(13,49,18); }

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

<style>
 a { background-color: #0D3112; }

 a { background-color: rgb(13,49,18); }

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

<style>
 span { border-color: #0D3112; }

 span { border-color: rgb(13,49,18); }

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