#01370F

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

Shades of Deep Fir #01370F

Tints of Deep Fir #01370F

Color information

#01370F (or 0x01370F) is unknown color: approx Deep Fir. HEX triplet: 01, 37 and 0F. RGB value is (1,55,15). Sum of RGB (Red+Green+Blue) = 1+55+15=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #01370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01370F is #FEC8F0. Grayscale: #222222. Windows color (decimal): -16697585 or 997121. OLE color: 997121.

HSL color Cylindrical-coordinate representation of color #01370F: hue angle of 135.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01370F is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB15515-
CMYK0.9800.730.78
HSL135.56º96.43%10.98%-
HSV(B)135.56º98.18%21.57%-
XYZ1.462.770.91-
YUV34.29117.11104.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 55 (21.88% from 255) = 77.46%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=1.41%
G=77.46%
B=21.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155150.9800.730.78135.5696.4310.98
Hex137F620494E8860b
Octal16717142011111621014013
Binary1110111111111000100100100110011101000100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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