#104B1D

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

Shades of Deep Fir #104B1D

Tints of Deep Fir #104B1D

Color information

#104B1D (or 0x104B1D) is unknown color: approx Deep Fir. HEX triplet: 10, 4B and 1D. RGB value is (16,75,29). Sum of RGB (Red+Green+Blue) = 16+75+29=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #104B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B1D is #EFB4E2. Grayscale: #343434. Windows color (decimal): -15709411 or 1919760. OLE color: 1919760.

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

Color convert

RGB167529-
CMYK0.7900.610.71
HSL133.22º64.84%17.84%-
HSV(B)133.22º78.67%29.41%-
XYZ2.955.232.02-
YUV52.11114.95102.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 75 (29.69% from 255) = 62.5%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=13.33%
G=62.5%
B=24.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675290.7900.610.71133.2264.8417.84
Hex104B1D4F03D47854112
Octal201133511707510720510122
Binary1000010010111110110011110111101100011110000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,75,29); }

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

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

 a { background-color: rgb(16,75,29); }

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

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

 span { border-color: rgb(16,75,29); }

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