#103E19

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

Shades of Deep Fir #103E19

Tints of Deep Fir #103E19

Color information

#103E19 (or 0x103E19) is unknown color: approx Deep Fir. HEX triplet: 10, 3E and 19. RGB value is (16,62,25). Sum of RGB (Red+Green+Blue) = 16+62+25=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 62 (24.61% from 255 or 60.19% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 62 - color contains mainly: green. Hex color #103E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E19 is #EFC1E6. Grayscale: #2C2C2C. Windows color (decimal): -15712743 or 1654288. OLE color: 1654288.

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

Color convert

RGB166225-
CMYK0.7400.600.76
HSL131.74º58.97%15.29%-
HSV(B)131.74º74.19%24.31%-
XYZ2.113.631.51-
YUV44.03117.26108.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.53%
GREEN value IS 62 (24.61% from 255) = 60.19%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=15.53%
G=60.19%
B=24.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662250.7400.600.76131.7458.9715.29
Hex103E194A03C4C843bf
Octal2076311120741142047317
Binary1000011111011001100101001111001001100100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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