#104A1F

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

Shades of Deep Fir #104A1F

Tints of Deep Fir #104A1F

Color information

#104A1F (or 0x104A1F) is unknown color: approx Deep Fir. HEX triplet: 10, 4A and 1F. RGB value is (16,74,31). Sum of RGB (Red+Green+Blue) = 16+74+31=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #104A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104A1F is #EFB5E0. Grayscale: #333333. Windows color (decimal): -15709665 or 2050576. OLE color: 2050576.

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

Color convert

RGB167431-
CMYK0.7800.580.71
HSL135.52º64.44%17.65%-
HSV(B)135.52º78.38%29.02%-
XYZ2.915.112.13-
YUV51.76116.28102.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.22%
GREEN value IS 74 (29.30% from 255) = 61.16%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=13.22%
G=61.16%
B=25.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1674310.7800.580.71135.5264.4417.65
Hex104A1F4E03A47884012
Octal201123711607210721010022
Binary1000010010101111110011100111010100011110001000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,74,31); }

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

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

 a { background-color: rgb(16,74,31); }

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

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

 span { border-color: rgb(16,74,31); }

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