#013F0E

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

Shades of Deep Fir #013F0E

Tints of Deep Fir #013F0E

Color information

#013F0E (or 0x013F0E) is unknown color: approx Deep Fir. HEX triplet: 01, 3F and 0E. RGB value is (1,63,14). Sum of RGB (Red+Green+Blue) = 1+63+14=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 63 (25% from 255 or 80.77% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 63 - color contains mainly: green. Hex color #013F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F0E is #FEC0F1. Grayscale: #272727. Windows color (decimal): -16695538 or 933633. OLE color: 933633.

HSL color Cylindrical-coordinate representation of color #013F0E: hue angle of 132.58º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F0E is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB16314-
CMYK0.9800.780.75
HSL132.58º96.88%12.55%-
HSV(B)132.58º98.41%24.71%-
XYZ1.873.591.01-
YUV38.88113.96100.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 63 (25% from 255) = 80.77%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=1.28%
G=80.77%
B=17.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal163140.9800.780.75132.5896.8812.55
Hex13FE6204E4B8561d
Octal17716142011611320514115
Binary1111111111011000100100111010010111000010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013F0E; }

 p { color: rgb(1,63,14); }

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

<style>
 a { background-color: #013F0E; }

 a { background-color: rgb(1,63,14); }

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

<style>
 span { border-color: #013F0E; }

 span { border-color: rgb(1,63,14); }

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