#103E1F

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

Shades of Deep Fir #103E1F

Tints of Deep Fir #103E1F

Color information

#103E1F (or 0x103E1F) is unknown color: approx Deep Fir. HEX triplet: 10, 3E and 1F. RGB value is (16,62,31). Sum of RGB (Red+Green+Blue) = 16+62+31=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #103E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E1F is #EFC1E0. Grayscale: #2C2C2C. Windows color (decimal): -15712737 or 2047504. OLE color: 2047504.

HSL color Cylindrical-coordinate representation of color #103E1F: hue angle of 139.57º 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 #103E1F is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB166231-
CMYK0.7400.50.76
HSL139.57º58.97%15.29%-
HSV(B)139.57º74.19%24.31%-
XYZ2.183.651.89-
YUV44.71120.26107.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 62 (24.61% from 255) = 56.88%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=14.68%
G=56.88%
B=28.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662310.7400.50.76139.5758.9715.29
Hex103E1F4A0324C8c3bf
Octal2076371120621142147317
Binary1000011111011111100101001100101001100100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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