Html Css Color HEX #01440E Deep Fir

📋 copy color: '#01440E'

red 1 ◦ green 68 ◦ blue 14

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

Shades of Deep Fir #01440E

Tints of Deep Fir #01440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 81.93%

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

R = 1.2%
G = 81.93%
B = 16.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#01440E (or 0x01440E) is known color: Deep Fir. HEX triplet: 01, 44 and 0E. RGB value is (1,68,14). Sum of RGB (Red+Green+Blue) = 1+68+14=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 68 (26.95% from 255 or 81.93% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 68 - color contains mainly: green. Hex color #01440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01440E is #FEBBF1. Grayscale: #292929. Windows color (decimal): -16694258 or 934913. OLE color: 934913.

HSL color Cylindrical-coordinate representation of color #01440E: hue angle of 131.64º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01440E is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 14 -
CMYK 0.99 0 0.79 0.73
HSL 131.64º 0.97% 0.14% -
HSV(B) 131.64º 0.99% 0.27% -
XYZ 2.16 4.17 1.11 -
YUV 41.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 1 68 14 0.99 0 0.79 0.73 131.64 0.97 0.14
Hex 1 44 E 63 0 4F 49 84 61 E
Octal 1 104 16 143 0 117 111 204 141 16
Binary 1 1000100 1110 1100011 0 1001111 1001001 10000100 1100001 1110

Color Harmonies of #01440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01440E

Black with #01440E

Text Example


Text Example

White with #01440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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