Html Css Color HEX #012406 Deep Fir

📋 copy color: '#012406'

red 1 ◦ green 36 ◦ blue 6

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

Shades of Deep Fir #012406

Tints of Deep Fir #012406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 83.72%

 BLUE value IS 6 (2.73% from 255) = 13.95%

R = 2.33%
G = 83.72%
B = 13.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#012406 (or 0x012406) is known color: Deep Fir. HEX triplet: 01, 24 and 06. RGB value is (1,36,6). Sum of RGB (Red+Green+Blue) = 1+36+6=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 36 (14.45% from 255 or 83.72% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 36 - color contains mainly: green. Hex color #012406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012406 is #FEDBF9. Grayscale: #161616. Windows color (decimal): -16702458 or 402433. OLE color: 402433.

HSL color Cylindrical-coordinate representation of color #012406: hue angle of 128.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012406 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 36 6 -
CMYK 0.97 0 0.83 0.86
HSL 128.57º 0.95% 0.07% -
HSV(B) 128.57º 0.97% 0.14% -
XYZ 0.68 1.28 0.38 -
YUV 22.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 1 36 6 0.97 0 0.83 0.86 128.57 0.95 0.07
Hex 1 24 6 61 0 53 56 81 5F 7
Octal 1 44 6 141 0 123 126 201 137 7
Binary 1 100100 110 1100001 0 1010011 1010110 10000001 1011111 111

Color Harmonies of #012406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012406

Black with #012406

Text Example


Text Example

White with #012406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012406; }

 p { color: rgb(1,36,6); }

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

background-color css

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

 a { background-color: rgb(1,36,6); }

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

border-color css

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

 span { border-color: rgb(1,36,6); }

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