Html Css Color HEX #01470E Deep Fir

📋 copy color: '#01470E'

red 1 ◦ green 71 ◦ blue 14

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

Shades of Deep Fir #01470E

Tints of Deep Fir #01470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 1.16%
G = 82.56%
B = 16.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#01470E (or 0x01470E) is known color: Deep Fir. HEX triplet: 01, 47 and 0E. RGB value is (1,71,14). Sum of RGB (Red+Green+Blue) = 1+71+14=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 71 (28.12% from 255 or 82.56% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 71 - color contains mainly: green. Hex color #01470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01470E is #FEB8F1. Grayscale: #2B2B2B. Windows color (decimal): -16693490 or 935681. OLE color: 935681.

HSL color Cylindrical-coordinate representation of color #01470E: hue angle of 131.14º 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 #01470E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 14 -
CMYK 0.99 0 0.80 0.72
HSL 131.14º 0.97% 0.14% -
HSV(B) 131.14º 0.99% 0.28% -
XYZ 2.35 4.54 1.17 -
YUV 43.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 1 71 14 0.99 0 0.80 0.72 131.14 0.97 0.14
Hex 1 47 E 63 0 50 48 83 61 E
Octal 1 107 16 143 0 120 110 203 141 16
Binary 1 1000111 1110 1100011 0 1010000 1001000 10000011 1100001 1110

Color Harmonies of #01470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01470E

Black with #01470E

Text Example


Text Example

White with #01470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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