Html Css Color HEX #012506 Deep Fir

📋 copy color: '#012506'

red 1 ◦ green 37 ◦ blue 6

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

Shades of Deep Fir #012506

Tints of Deep Fir #012506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 84.09%

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

R = 2.27%
G = 84.09%
B = 13.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#012506 (or 0x012506) is known color: Deep Fir. HEX triplet: 01, 25 and 06. RGB value is (1,37,6). Sum of RGB (Red+Green+Blue) = 1+37+6=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #012506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012506 is #FEDAF9. Grayscale: #161616. Windows color (decimal): -16702202 or 402689. OLE color: 402689.

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

Color convert

RGB 1 37 6 -
CMYK 0.97 0 0.84 0.85
HSL 128.33º 0.95% 0.07% -
HSV(B) 128.33º 0.97% 0.15% -
XYZ 0.71 1.34 0.39 -
YUV 22.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 1 37 6 0.97 0 0.84 0.85 128.33 0.95 0.07
Hex 1 25 6 61 0 54 55 80 5F 7
Octal 1 45 6 141 0 124 125 200 137 7
Binary 1 100101 110 1100001 0 1010100 1010101 10000000 1011111 111

Color Harmonies of #012506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012506

Black with #012506

Text Example


Text Example

White with #012506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012506; }

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

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

background-color css

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

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

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

border-color css

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

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

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