Html Css Color HEX #01470C Deep Fir

📋 copy color: '#01470C'

red 1 ◦ green 71 ◦ blue 12

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

Shades of Deep Fir #01470C

Tints of Deep Fir #01470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 1.19%
G = 84.52%
B = 14.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#01470C (or 0x01470C) is known color: Deep Fir. HEX triplet: 01, 47 and 0C. RGB value is (1,71,12). Sum of RGB (Red+Green+Blue) = 1+71+12=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 71 (28.12% from 255 or 84.52% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 71 - color contains mainly: green. Hex color #01470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01470C is #FEB8F3. Grayscale: #2B2B2B. Windows color (decimal): -16693492 or 804609. OLE color: 804609.

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

Color convert

RGB 1 71 12 -
CMYK 0.99 0 0.83 0.72
HSL 129.43º 0.97% 0.14% -
HSV(B) 129.43º 0.99% 0.28% -
XYZ 2.33 4.54 1.1 -
YUV 43.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 1 71 12 0.99 0 0.83 0.72 129.43 0.97 0.14
Hex 1 47 C 63 0 53 48 81 61 E
Octal 1 107 14 143 0 123 110 201 141 16
Binary 1 1000111 1100 1100011 0 1010011 1001000 10000001 1100001 1110

Color Harmonies of #01470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01470C

Black with #01470C

Text Example


Text Example

White with #01470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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