#0D2D13

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

Shades of Deep Fir #0D2D13

Tints of Deep Fir #0D2D13

Color information

#0D2D13 (or 0x0D2D13) is unknown color: approx Deep Fir. HEX triplet: 0D, 2D and 13. RGB value is (13,45,19). Sum of RGB (Red+Green+Blue) = 13+45+19=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2D13 is #F2D2EC. Grayscale: #202020. Windows color (decimal): -15913709 or 1256717. OLE color: 1256717.

HSL color Cylindrical-coordinate representation of color #0D2D13: hue angle of 131.25º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D13 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.

Color convert

RGB134519-
CMYK0.7100.580.82
HSL131.25º55.17%11.37%-
HSV(B)131.25º71.11%17.65%-
XYZ1.222.010.94-
YUV32.47120.4114.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.88%
GREEN value IS 45 (17.97% from 255) = 58.44%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=16.88%
G=58.44%
B=24.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1345190.7100.580.82131.2555.1711.37
HexD2D134703A528337b
Octal1555231070721222036713
Binary110110110110011100011101110101010010100000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,45,19); }

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

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

 a { background-color: rgb(13,45,19); }

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

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

 span { border-color: rgb(13,45,19); }

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