#104C1E

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

Shades of Deep Fir #104C1E

Tints of Deep Fir #104C1E

Color information

#104C1E (or 0x104C1E) is unknown color: approx Deep Fir. HEX triplet: 10, 4C and 1E. RGB value is (16,76,30). Sum of RGB (Red+Green+Blue) = 16+76+30=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 76 (30.08% from 255 or 62.30% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 76 - color contains mainly: green. Hex color #104C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C1E is #EFB3E1. Grayscale: #343434. Windows color (decimal): -15709154 or 1985552. OLE color: 1985552.

HSL color Cylindrical-coordinate representation of color #104C1E: hue angle of 134º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C1E is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB167630-
CMYK0.7900.610.70
HSL134º65.22%18.04%-
HSV(B)134º78.95%29.8%-
XYZ3.035.372.11-
YUV52.82115.12101.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 76 (30.08% from 255) = 62.30%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=13.11%
G=62.30%
B=24.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676300.7900.610.7013465.2218.04
Hex104C1E4F03D46864112
Octal201143611707510620610122
Binary1000010011001111010011110111101100011010000110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C1E; }

 p { color: rgb(16,76,30); }

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

<style>
 a { background-color: #104C1E; }

 a { background-color: rgb(16,76,30); }

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

<style>
 span { border-color: #104C1E; }

 span { border-color: rgb(16,76,30); }

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