#0D431A

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

Shades of Deep Fir #0D431A

Tints of Deep Fir #0D431A

Color information

#0D431A (or 0x0D431A) is unknown color: approx Deep Fir. HEX triplet: 0D, 43 and 1A. RGB value is (13,67,26). Sum of RGB (Red+Green+Blue) = 13+67+26=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #0D431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D431A is #F2BCE5. Grayscale: #2E2E2E. Windows color (decimal): -15908070 or 1721101. OLE color: 1721101.

HSL color Cylindrical-coordinate representation of color #0D431A: hue angle of 134.44º 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 #0D431A is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB136726-
CMYK0.8100.610.74
HSL134.44º67.5%15.69%-
HSV(B)134.44º80.6%26.27%-
XYZ2.364.171.66-
YUV46.18116.61104.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=12.26%
G=63.21%
B=24.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367260.8100.610.74134.4467.515.69
HexD431A5103D4A864410
Octal151033212107511220610420
Binary110110000111101010100010111101100101010000110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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