Html Css Color HEX #013F0E Deep Fir

📋 copy color: '#013F0E'

red 1 ◦ green 63 ◦ blue 14

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

Shades of Deep Fir #013F0E

Tints of Deep Fir #013F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 17.95%

R = 1.28%
G = 80.77%
B = 17.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#013F0E (or 0x013F0E) is known color: Deep Fir. HEX triplet: 01, 3F and 0E. RGB value is (1,63,14). Sum of RGB (Red+Green+Blue) = 1+63+14=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 63 (25% from 255 or 80.77% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 63 - color contains mainly: green. Hex color #013F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F0E is #FEC0F1. Grayscale: #272727. Windows color (decimal): -16695538 or 933633. OLE color: 933633.

HSL color Cylindrical-coordinate representation of color #013F0E: hue angle of 132.58º 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 #013F0E is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 63 14 -
CMYK 0.98 0 0.78 0.75
HSL 132.58º 0.97% 0.13% -
HSV(B) 132.58º 0.98% 0.25% -
XYZ 1.87 3.59 1.01 -
YUV 38.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 1 63 14 0.98 0 0.78 0.75 132.58 0.97 0.13
Hex 1 3F E 62 0 4E 4B 85 61 D
Octal 1 77 16 142 0 116 113 205 141 15
Binary 1 111111 1110 1100010 0 1001110 1001011 10000101 1100001 1101

Color Harmonies of #013F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F0E

Black with #013F0E

Text Example


Text Example

White with #013F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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