Html Css Color HEX #01420D Deep Fir

📋 copy color: '#01420D'

red 1 ◦ green 66 ◦ blue 13

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

Shades of Deep Fir #01420D

Tints of Deep Fir #01420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 82.5%

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

R = 1.25%
G = 82.5%
B = 16.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#01420D (or 0x01420D) is known color: Deep Fir. HEX triplet: 01, 42 and 0D. RGB value is (1,66,13). Sum of RGB (Red+Green+Blue) = 1+66+13=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #01420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01420D is #FEBDF2. Grayscale: #282828. Windows color (decimal): -16694771 or 868865. OLE color: 868865.

HSL color Cylindrical-coordinate representation of color #01420D: hue angle of 131.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01420D is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 13 -
CMYK 0.98 0 0.80 0.74
HSL 131.08º 0.97% 0.13% -
HSV(B) 131.08º 0.98% 0.26% -
XYZ 2.03 3.93 1.03 -
YUV 40.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 1 66 13 0.98 0 0.80 0.74 131.08 0.97 0.13
Hex 1 42 D 62 0 50 4A 83 61 D
Octal 1 102 15 142 0 120 112 203 141 15
Binary 1 1000010 1101 1100010 0 1010000 1001010 10000011 1100001 1101

Color Harmonies of #01420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01420D

Black with #01420D

Text Example


Text Example

White with #01420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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