#103E1C

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

Shades of Deep Fir #103E1C

Tints of Deep Fir #103E1C

Color information

#103E1C (or 0x103E1C) is unknown color: approx Deep Fir. HEX triplet: 10, 3E and 1C. RGB value is (16,62,28). Sum of RGB (Red+Green+Blue) = 16+62+28=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #103E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E1C is #EFC1E3. Grayscale: #2C2C2C. Windows color (decimal): -15712740 or 1850896. OLE color: 1850896.

HSL color Cylindrical-coordinate representation of color #103E1C: hue angle of 135.65º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E1C is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB166228-
CMYK0.7400.550.76
HSL135.65º58.97%15.29%-
HSV(B)135.65º74.19%24.31%-
XYZ2.153.641.69-
YUV44.37118.76107.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 62 (24.61% from 255) = 58.49%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=15.09%
G=58.49%
B=26.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662280.7400.550.76135.6558.9715.29
Hex103E1C4A0374C883bf
Octal2076341120671142107317
Binary1000011111011100100101001101111001100100010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103E1C; }

 p { color: rgb(16,62,28); }

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

<style>
 a { background-color: #103E1C; }

 a { background-color: rgb(16,62,28); }

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

<style>
 span { border-color: #103E1C; }

 span { border-color: rgb(16,62,28); }

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