#013E0C

Color #013E0C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #013E0C

Tints of Deep Fir #013E0C

Color information

#013E0C (or 0x013E0C) is unknown color: approx Deep Fir. HEX triplet: 01, 3E and 0C. RGB value is (1,62,12). Sum of RGB (Red+Green+Blue) = 1+62+12=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 62 (24.61% from 255 or 82.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 62 - color contains mainly: green. Hex color #013E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E0C is #FEC1F3. Grayscale: #262626. Windows color (decimal): -16695796 or 802305. OLE color: 802305.

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

Color convert

RGB16212-
CMYK0.9800.810.76
HSL130.82º96.83%12.35%-
HSV(B)130.82º98.39%24.31%-
XYZ1.83.480.92-
YUV38.06113.29101.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 62 (24.61% from 255) = 82.67%
BLUE value IS 12 (5.08% from 255) = 16%
R=1.33%
G=82.67%
B=16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal162120.9800.810.76130.8296.8312.35
Hex13EC620514C8361c
Octal17614142012111420314114
Binary1111110110011000100101000110011001000001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #013E0C;
 }
 .AnyTagClassName
 {
   color: #013E0C;
 }
</style>
background-color css

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

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

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

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

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

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