#0D431E

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

Shades of Deep Fir #0D431E

Tints of Deep Fir #0D431E

Color information

#0D431E (or 0x0D431E) is unknown color: approx Deep Fir. HEX triplet: 0D, 43 and 1E. RGB value is (13,67,30). Sum of RGB (Red+Green+Blue) = 13+67+30=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #0D431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D431E is #F2BCE1. Grayscale: #2E2E2E. Windows color (decimal): -15908066 or 1983245. OLE color: 1983245.

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

Color convert

RGB136730-
CMYK0.8100.550.74
HSL138.89º67.5%15.69%-
HSV(B)138.89º80.6%26.27%-
XYZ2.414.191.91-
YUV46.64118.61104.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.82%
GREEN value IS 67 (26.56% from 255) = 60.91%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=11.82%
G=60.91%
B=27.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367300.8100.550.74138.8967.515.69
HexD431E510374A8b4410
Octal151033612106711221310420
Binary110110000111111010100010110111100101010001011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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