#0D431B

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

Shades of Deep Fir #0D431B

Tints of Deep Fir #0D431B

Color information

#0D431B (or 0x0D431B) is unknown color: approx Deep Fir. HEX triplet: 0D, 43 and 1B. RGB value is (13,67,27). Sum of RGB (Red+Green+Blue) = 13+67+27=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #0D431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D431B is #F2BCE4. Grayscale: #2E2E2E. Windows color (decimal): -15908069 or 1786637. OLE color: 1786637.

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

Color convert

RGB136727-
CMYK0.8100.600.74
HSL135.56º67.5%15.69%-
HSV(B)135.56º80.6%26.27%-
XYZ2.374.181.72-
YUV46.29117.11104.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.15%
GREEN value IS 67 (26.56% from 255) = 62.62%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=12.15%
G=62.62%
B=25.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367270.8100.600.74135.5667.515.69
HexD431B5103C4A884410
Octal151033312107411221010420
Binary110110000111101110100010111100100101010001000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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