Html Css Color HEX #013E0D Deep Fir

📋 copy color: '#013E0D'

red 1 ◦ green 62 ◦ blue 13

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

Shades of Deep Fir #013E0D

Tints of Deep Fir #013E0D

RGB

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

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

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

R = 1.32%
G = 81.58%
B = 17.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#013E0D (or 0x013E0D) is known color: Deep Fir. HEX triplet: 01, 3E and 0D. RGB value is (1,62,13). Sum of RGB (Red+Green+Blue) = 1+62+13=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 62 (24.61% from 255 or 81.58% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 62 - color contains mainly: green. Hex color #013E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E0D is #FEC1F2. Grayscale: #262626. Windows color (decimal): -16695795 or 867841. OLE color: 867841.

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

Color convert

RGB 1 62 13 -
CMYK 0.98 0 0.79 0.76
HSL 131.8º 0.97% 0.12% -
HSV(B) 131.8º 0.98% 0.24% -
XYZ 1.81 3.48 0.96 -
YUV 38.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 1 62 13 0.98 0 0.79 0.76 131.8 0.97 0.12
Hex 1 3E D 62 0 4F 4C 84 61 C
Octal 1 76 15 142 0 117 114 204 141 14
Binary 1 111110 1101 1100010 0 1001111 1001100 10000100 1100001 1100

Color Harmonies of #013E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E0D

Black with #013E0D

Text Example


Text Example

White with #013E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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