#0D2515

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

Shades of Deep Fir #0D2515

Tints of Deep Fir #0D2515

Color information

#0D2515 (or 0x0D2515) is unknown color: approx Deep Fir. HEX triplet: 0D, 25 and 15. RGB value is (13,37,21). Sum of RGB (Red+Green+Blue) = 13+37+21=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2515 is #F2DAEA. Grayscale: #1C1C1C. Windows color (decimal): -15915755 or 1385741. OLE color: 1385741.

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

Color convert

RGB133721-
CMYK0.6500.430.85
HSL140º48%9.8%-
HSV(B)140º64.86%14.51%-
XYZ0.961.460.94-
YUV28124.05117.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.31%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=18.31%
G=52.11%
B=29.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337210.6500.430.85140489.8
HexD25154102B558c30a
Octal1545251010531252146012
Binary110110010110101100000101010111010101100011001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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