Html Css Color HEX #01400C Deep Fir

📋 copy color: '#01400C'

red 1 ◦ green 64 ◦ blue 12

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

Shades of Deep Fir #01400C

Tints of Deep Fir #01400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 83.12%

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

R = 1.3%
G = 83.12%
B = 15.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#01400C (or 0x01400C) is known color: Deep Fir. HEX triplet: 01, 40 and 0C. RGB value is (1,64,12). Sum of RGB (Red+Green+Blue) = 1+64+12=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #01400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01400C is #FEBFF3. Grayscale: #272727. Windows color (decimal): -16695284 or 802817. OLE color: 802817.

HSL color Cylindrical-coordinate representation of color #01400C: hue angle of 130.48º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01400C is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 12 -
CMYK 0.98 0 0.81 0.75
HSL 130.48º 0.97% 0.13% -
HSV(B) 130.48º 0.98% 0.25% -
XYZ 1.91 3.7 0.96 -
YUV 39.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 1 64 12 0.98 0 0.81 0.75 130.48 0.97 0.13
Hex 1 40 C 62 0 51 4B 82 61 D
Octal 1 100 14 142 0 121 113 202 141 15
Binary 1 1000000 1100 1100010 0 1010001 1001011 10000010 1100001 1101

Color Harmonies of #01400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01400C

Black with #01400C

Text Example


Text Example

White with #01400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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