Html Css Color HEX #01340C Deep Fir

📋 copy color: '#01340C'

red 1 ◦ green 52 ◦ blue 12

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

Shades of Deep Fir #01340C

Tints of Deep Fir #01340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 80%

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

R = 1.54%
G = 80%
B = 18.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#01340C (or 0x01340C) is known color: Deep Fir. HEX triplet: 01, 34 and 0C. RGB value is (1,52,12). Sum of RGB (Red+Green+Blue) = 1+52+12=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 52 (20.70% from 255 or 80% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 52 - color contains mainly: green. Hex color #01340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01340C is #FECBF3. Grayscale: #202020. Windows color (decimal): -16698356 or 799745. OLE color: 799745.

HSL color Cylindrical-coordinate representation of color #01340C: hue angle of 132.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01340C is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 12 -
CMYK 0.98 0 0.77 0.80
HSL 132.94º 0.96% 0.1% -
HSV(B) 132.94º 0.98% 0.2% -
XYZ 1.31 2.49 0.76 -
YUV 32.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 1 52 12 0.98 0 0.77 0.80 132.94 0.96 0.1
Hex 1 34 C 62 0 4D 50 85 60 A
Octal 1 64 14 142 0 115 120 205 140 12
Binary 1 110100 1100 1100010 0 1001101 1010000 10000101 1100000 1010

Color Harmonies of #01340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01340C

Black with #01340C

Text Example


Text Example

White with #01340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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