#01340F

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

Shades of Deep Fir #01340F

Tints of Deep Fir #01340F

Color information

#01340F (or 0x01340F) is unknown color: approx Deep Fir. HEX triplet: 01, 34 and 0F. RGB value is (1,52,15). Sum of RGB (Red+Green+Blue) = 1+52+15=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 52 (20.70% from 255 or 76.47% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 52 - color contains mainly: green. Hex color #01340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01340F is #FECBF0. Grayscale: #202020. Windows color (decimal): -16698353 or 996353. OLE color: 996353.

HSL color Cylindrical-coordinate representation of color #01340F: hue angle of 136.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01340F is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB15215-
CMYK0.9800.710.80
HSL136.47º96.23%10.39%-
HSV(B)136.47º98.08%20.39%-
XYZ1.332.50.86-
YUV32.53118.1105.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 52 (20.70% from 255) = 76.47%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=1.47%
G=76.47%
B=22.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152150.9800.710.80136.4796.2310.39
Hex134F62047508860a
Octal16417142010712021014012
Binary1110100111111000100100011110100001000100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01340F; }

 p { color: rgb(1,52,15); }

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

<style>
 a { background-color: #01340F; }

 a { background-color: rgb(1,52,15); }

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

<style>
 span { border-color: #01340F; }

 span { border-color: rgb(1,52,15); }

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