#0D2514

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

Shades of Deep Fir #0D2514

Tints of Deep Fir #0D2514

Color information

#0D2514 (or 0x0D2514) is unknown color: approx Deep Fir. HEX triplet: 0D, 25 and 14. RGB value is (13,37,20). Sum of RGB (Red+Green+Blue) = 13+37+20=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2514 is #F2DAEB. Grayscale: #1B1B1B. Windows color (decimal): -15915756 or 1320205. OLE color: 1320205.

HSL color Cylindrical-coordinate representation of color #0D2514: hue angle of 137.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 #0D2514 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB133720-
CMYK0.6500.460.85
HSL137.5º48%9.8%-
HSV(B)137.5º64.86%14.51%-
XYZ0.951.460.89-
YUV27.89123.55117.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.57%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 20 (8.20% from 255) = 28.57%
R=18.57%
G=52.86%
B=28.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337200.6500.460.85137.5489.8
HexD25144102E558a30a
Octal1545241010561252126012
Binary110110010110100100000101011101010101100010101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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