Html Css Color HEX #013C0E Deep Fir

📋 copy color: '#013C0E'

red 1 ◦ green 60 ◦ blue 14

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

Shades of Deep Fir #013C0E

Tints of Deep Fir #013C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 80%

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

R = 1.33%
G = 80%
B = 18.67%

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

#013C0E (or 0x013C0E) is known color: Deep Fir. HEX triplet: 01, 3C and 0E. RGB value is (1,60,14). Sum of RGB (Red+Green+Blue) = 1+60+14=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 60 (23.83% from 255 or 80% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 60 - color contains mainly: green. Hex color #013C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C0E is #FEC3F1. Grayscale: #252525. Windows color (decimal): -16696306 or 932865. OLE color: 932865.

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

Color convert

RGB 1 60 14 -
CMYK 0.98 0 0.77 0.76
HSL 133.22º 0.97% 0.12% -
HSV(B) 133.22º 0.98% 0.24% -
XYZ 1.71 3.27 0.96 -
YUV 37.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 1 60 14 0.98 0 0.77 0.76 133.22 0.97 0.12
Hex 1 3C E 62 0 4D 4C 85 61 C
Octal 1 74 16 142 0 115 114 205 141 14
Binary 1 111100 1110 1100010 0 1001101 1001100 10000101 1100001 1100

Color Harmonies of #013C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C0E

Black with #013C0E

Text Example


Text Example

White with #013C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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