Html Css Color HEX #013F0C Deep Fir

📋 copy color: '#013F0C'

red 1 ◦ green 63 ◦ blue 12

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

Shades of Deep Fir #013F0C

Tints of Deep Fir #013F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 82.89%

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

R = 1.32%
G = 82.89%
B = 15.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#013F0C (or 0x013F0C) is known color: Deep Fir. HEX triplet: 01, 3F and 0C. RGB value is (1,63,12). Sum of RGB (Red+Green+Blue) = 1+63+12=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 63 (25% from 255 or 82.89% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 63 - color contains mainly: green. Hex color #013F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F0C is #FEC0F3. Grayscale: #262626. Windows color (decimal): -16695540 or 802561. OLE color: 802561.

HSL color Cylindrical-coordinate representation of color #013F0C: hue angle of 130.65º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F0C is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 63 12 -
CMYK 0.98 0 0.81 0.75
HSL 130.65º 0.97% 0.13% -
HSV(B) 130.65º 0.98% 0.25% -
XYZ 1.86 3.59 0.94 -
YUV 38.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 1 63 12 0.98 0 0.81 0.75 130.65 0.97 0.13
Hex 1 3F C 62 0 51 4B 83 61 D
Octal 1 77 14 142 0 121 113 203 141 15
Binary 1 111111 1100 1100010 0 1010001 1001011 10000011 1100001 1101

Color Harmonies of #013F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F0C

Black with #013F0C

Text Example


Text Example

White with #013F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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