Html Css Color HEX #012806 Deep Fir

📋 copy color: '#012806'

red 1 ◦ green 40 ◦ blue 6

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

Shades of Deep Fir #012806

Tints of Deep Fir #012806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 85.11%

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

R = 2.13%
G = 85.11%
B = 12.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.84

RGB Variations

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

Color information

#012806 (or 0x012806) is known color: Deep Fir. HEX triplet: 01, 28 and 06. RGB value is (1,40,6). Sum of RGB (Red+Green+Blue) = 1+40+6=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 40 (16.02% from 255 or 85.11% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 40 - color contains mainly: green. Hex color #012806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012806 is #FED7F9. Grayscale: #181818. Windows color (decimal): -16701434 or 403457. OLE color: 403457.

HSL color Cylindrical-coordinate representation of color #012806: hue angle of 127.69º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012806 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 6 -
CMYK 0.98 0 0.85 0.84
HSL 127.69º 0.95% 0.08% -
HSV(B) 127.69º 0.98% 0.16% -
XYZ 0.8 1.54 0.43 -
YUV 24.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 1 40 6 0.98 0 0.85 0.84 127.69 0.95 0.08
Hex 1 28 6 62 0 55 54 80 5F 8
Octal 1 50 6 142 0 125 124 200 137 10
Binary 1 101000 110 1100010 0 1010101 1010100 10000000 1011111 1000

Color Harmonies of #012806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012806

Black with #012806

Text Example


Text Example

White with #012806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012806; }

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

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

background-color css

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

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

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

border-color css

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

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

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