Html Css Color HEX #01470D Deep Fir

📋 copy color: '#01470D'

red 1 ◦ green 71 ◦ blue 13

#01470D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #01470D

Tints of Deep Fir #01470D

RGB

 RED value IS 1 (0.78% from 255) = 1.18%

 GREEN value IS 71 (28.13% from 255) = 83.53%

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 1.18%
G = 83.53%
B = 15.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#01470D (or 0x01470D) is known color: Deep Fir. HEX triplet: 01, 47 and 0D. RGB value is (1,71,13). Sum of RGB (Red+Green+Blue) = 1+71+13=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 71 (28.12% from 255 or 83.53% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 71 - color contains mainly: green. Hex color #01470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01470D is #FEB8F2. Grayscale: #2B2B2B. Windows color (decimal): -16693491 or 870145. OLE color: 870145.

HSL color Cylindrical-coordinate representation of color #01470D: hue angle of 130.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01470D is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 13 -
CMYK 0.99 0 0.82 0.72
HSL 130.29º 0.97% 0.14% -
HSV(B) 130.29º 0.99% 0.28% -
XYZ 2.34 4.54 1.13 -
YUV 43.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 1 71 13 0.99 0 0.82 0.72 130.29 0.97 0.14
Hex 1 47 D 63 0 52 48 82 61 E
Octal 1 107 15 143 0 122 110 202 141 16
Binary 1 1000111 1101 1100011 0 1010010 1001000 10000010 1100001 1110

Color Harmonies of #01470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01470D

Black with #01470D

Text Example


Text Example

White with #01470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01470D; }

 p { color: rgb(1,71,13); }

 H1.HeaderClassName
 {
   color: #01470D;
 }
 .AnyTagClassName
 {
   color: #01470D;
 }
</style>

background-color css

<style>
 a { background-color: #01470D; }

 a { background-color: rgb(1,71,13); }

 div.DivClassName
 {
   background-color: #01470D;
 }
 .BgClassName
 {
   background-color: #01470D;
 }
</style>

border-color css

<style>
 span { border-color: #01470D; }

 span { border-color: rgb(1,71,13); }

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