#0D2516

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

Shades of Deep Fir #0D2516

Tints of Deep Fir #0D2516

Color information

#0D2516 (or 0x0D2516) is unknown color: approx Deep Fir. HEX triplet: 0D, 25 and 16. RGB value is (13,37,22). Sum of RGB (Red+Green+Blue) = 13+37+22=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2516 is #F2DAE9. Grayscale: #1C1C1C. Windows color (decimal): -15915754 or 1451277. OLE color: 1451277.

HSL color Cylindrical-coordinate representation of color #0D2516: hue angle of 142.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2516 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB133722-
CMYK0.6500.410.85
HSL142.5º48%9.8%-
HSV(B)142.5º64.86%14.51%-
XYZ0.971.470.99-
YUV28.11124.55117.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=18.06%
G=51.39%
B=30.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337220.6500.410.85142.5489.8
HexD251641029558e30a
Octal1545261010511252166012
Binary110110010110110100000101010011010101100011101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,37,22); }

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

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

 a { background-color: rgb(13,37,22); }

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

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

 span { border-color: rgb(13,37,22); }

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