#103E20

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

Shades of Deep Fir #103E20

Tints of Deep Fir #103E20

Color information

#103E20 (or 0x103E20) is unknown color: approx Deep Fir. HEX triplet: 10, 3E and 20. RGB value is (16,62,32). Sum of RGB (Red+Green+Blue) = 16+62+32=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #103E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E20 is #EFC1DF. Grayscale: #2C2C2C. Windows color (decimal): -15712736 or 2113040. OLE color: 2113040.

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

Color convert

RGB166232-
CMYK0.7400.480.76
HSL140.87º58.97%15.29%-
HSV(B)140.87º74.19%24.31%-
XYZ2.23.661.96-
YUV44.83120.76107.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 62 (24.61% from 255) = 56.36%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=14.55%
G=56.36%
B=29.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662320.7400.480.76140.8758.9715.29
Hex103E204A0304C8d3bf
Octal2076401120601142157317
Binary10000111110100000100101001100001001100100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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