#0D431C

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

Shades of Deep Fir #0D431C

Tints of Deep Fir #0D431C

Color information

#0D431C (or 0x0D431C) is unknown color: approx Deep Fir. HEX triplet: 0D, 43 and 1C. RGB value is (13,67,28). Sum of RGB (Red+Green+Blue) = 13+67+28=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #0D431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D431C is #F2BCE3. Grayscale: #2E2E2E. Windows color (decimal): -15908068 or 1852173. OLE color: 1852173.

HSL color Cylindrical-coordinate representation of color #0D431C: hue angle of 136.67º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D431C is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB136728-
CMYK0.8100.580.74
HSL136.67º67.5%15.69%-
HSV(B)136.67º80.6%26.27%-
XYZ2.384.181.78-
YUV46.41117.61104.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.04%
GREEN value IS 67 (26.56% from 255) = 62.04%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=12.04%
G=62.04%
B=25.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367280.8100.580.74136.6767.515.69
HexD431C5103A4A894410
Octal151033412107211221110420
Binary110110000111110010100010111010100101010001001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,67,28); }

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

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

 a { background-color: rgb(13,67,28); }

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

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

 span { border-color: rgb(13,67,28); }

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