Html Css Color HEX #01440D Deep Fir

📋 copy color: '#01440D'

red 1 ◦ green 68 ◦ blue 13

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

Shades of Deep Fir #01440D

Tints of Deep Fir #01440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.85%

R = 1.22%
G = 82.93%
B = 15.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#01440D (or 0x01440D) is known color: Deep Fir. HEX triplet: 01, 44 and 0D. RGB value is (1,68,13). Sum of RGB (Red+Green+Blue) = 1+68+13=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 68 (26.95% from 255 or 82.93% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 68 - color contains mainly: green. Hex color #01440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01440D is #FEBBF2. Grayscale: #292929. Windows color (decimal): -16694259 or 869377. OLE color: 869377.

HSL color Cylindrical-coordinate representation of color #01440D: hue angle of 130.75º 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 #01440D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 13 -
CMYK 0.99 0 0.81 0.73
HSL 130.75º 0.97% 0.14% -
HSV(B) 130.75º 0.99% 0.27% -
XYZ 2.15 4.17 1.07 -
YUV 41.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 1 68 13 0.99 0 0.81 0.73 130.75 0.97 0.14
Hex 1 44 D 63 0 51 49 83 61 E
Octal 1 104 15 143 0 121 111 203 141 16
Binary 1 1000100 1101 1100011 0 1010001 1001001 10000011 1100001 1110

Color Harmonies of #01440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01440D

Black with #01440D

Text Example


Text Example

White with #01440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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