Html Css Color HEX #013E0E Deep Fir

📋 copy color: '#013E0E'

red 1 ◦ green 62 ◦ blue 14

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

Shades of Deep Fir #013E0E

Tints of Deep Fir #013E0E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 80.52%

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

R = 1.3%
G = 80.52%
B = 18.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#013E0E (or 0x013E0E) is known color: Deep Fir. HEX triplet: 01, 3E and 0E. RGB value is (1,62,14). Sum of RGB (Red+Green+Blue) = 1+62+14=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 62 (24.61% from 255 or 80.52% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 62 - color contains mainly: green. Hex color #013E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E0E is #FEC1F1. Grayscale: #262626. Windows color (decimal): -16695794 or 933377. OLE color: 933377.

HSL color Cylindrical-coordinate representation of color #013E0E: hue angle of 132.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E0E is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 14 -
CMYK 0.98 0 0.77 0.76
HSL 132.79º 0.97% 0.12% -
HSV(B) 132.79º 0.98% 0.24% -
XYZ 1.81 3.48 0.99 -
YUV 38.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 1 62 14 0.98 0 0.77 0.76 132.79 0.97 0.12
Hex 1 3E E 62 0 4D 4C 85 61 C
Octal 1 76 16 142 0 115 114 205 141 14
Binary 1 111110 1110 1100010 0 1001101 1001100 10000101 1100001 1100

Color Harmonies of #013E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E0E

Black with #013E0E

Text Example


Text Example

White with #013E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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